2
0
Dan Helfman 6 жил өмнө
parent
commit
05e2900ab0
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 3 3
      NEWS
  2. 1 1
      setup.py

+ 3 - 3
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.

+ 1 - 1
setup.py

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