Rev version.
This commit is contained in:
parent
30b52e5523
commit
05e2900ab0
2 changed files with 4 additions and 4 deletions
6
NEWS
6
NEWS
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '1.2.13.dev0'
|
||||
VERSION = '1.2.13'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue