Rev for release.

This commit is contained in:
Dan Helfman 2018-07-28 22:27:39 -07:00
parent 4644f613b2
commit ece5608677
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.2.1.dev0'
VERSION = '1.2.1'
setup(