mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 21:49:00 +00:00
bump version
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
# version 0.6
|
||||||
|
|
||||||
|
Modified:
|
||||||
|
|
||||||
|
* migrate profiles' dotfiles under new entry "dotfiles" in config
|
||||||
|
|
||||||
# version 0.5
|
# version 0.5
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ from installer import Installer
|
|||||||
from dotfile import Dotfile
|
from dotfile import Dotfile
|
||||||
from config import Cfg
|
from config import Cfg
|
||||||
|
|
||||||
VERSION = '0.5'
|
VERSION = '0.6'
|
||||||
CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
LOG = Logger()
|
LOG = Logger()
|
||||||
HOSTNAME = os.uname()[1]
|
HOSTNAME = os.uname()[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user