Browse Source

Rev version.

Dan Helfman 6 năm trước cách đây
mục cha
commit
05e2900ab0
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  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(