Revving version for development.

This commit is contained in:
Dan Helfman 2018-06-17 15:26:53 -07:00
parent 9d4ba66f6e
commit f42aa0a6f2
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.2.1.dev0
*
1.2.0
* #61: Support for Borg --list option via borgmatic command-line to list all archives.
* #61: Support for Borg --info option via borgmatic command-line to display summary information.

View File

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