Rev version.
the build was successful Details

This commit is contained in:
Dan Helfman 2018-12-24 22:29:41 -08:00
parent 30b52e5523
commit 05e2900ab0
2 changed files with 4 additions and 4 deletions

6
NEWS
View File

@ -1,7 +1,7 @@
1.2.13.dev0
1.2.13
* #100: Support for --stats command-line flag independent of --verbosity.
* #117: With borgmatic --init command-line flag, if a repository already exists, proceed without
erroring.
* #117: With borgmatic --init command-line flag, proceed without erroring if a repository already
exists (#117).
1.2.12
* #110: Support for Borg repository initialization via borgmatic --init command-line flag.

View File

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