Rev for release.
This commit is contained in:
parent
4644f613b2
commit
ece5608677
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
1.2.1.dev0
|
||||
1.2.1
|
||||
* Skip before/after backup hooks when only doing --prune, --check, --list, and/or --info.
|
||||
* #71: Support for XDG_CONFIG_HOME environment variable for specifying alternate user ~/.config/
|
||||
path.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '1.2.1.dev0'
|
||||
VERSION = '1.2.1'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue