diff --git a/NEWS b/NEWS index c24b3298..76b1a2cd 100644 --- a/NEWS +++ b/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. diff --git a/setup.py b/setup.py index 2d7f7f63..95ef9bea 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.2.13.dev0' +VERSION = '1.2.13' setup(