1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

bump version

This commit is contained in:
deadc0de6
2017-09-15 13:15:12 +02:00
parent 2c9b039d21
commit a0a83b7c70
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# version 0.6
Modified:
* migrate profiles' dotfiles under new entry "dotfiles" in config
# version 0.5
Added:

View File

@@ -15,7 +15,7 @@ from installer import Installer
from dotfile import Dotfile
from config import Cfg
VERSION = '0.5'
VERSION = '0.6'
CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
LOG = Logger()
HOSTNAME = os.uname()[1]