Explorar o código

Bumping version for release.

Dan Helfman %!s(int64=7) %!d(string=hai) anos
pai
achega
28c890a52d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.1.13.dev0
+1.1.13
  * #54: Fix for incorrect consistency check flags passed to Borg when all three checks ("repository",
    "archives", and "extract") are specified in borgmatic configuration.
  * #48: Add "local_path" to configuration for specifying an alternative Borg executable path.

+ 1 - 1
setup.py

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