Sfoglia il codice sorgente

Bump version for release.

Dan Helfman 9 mesi fa
parent
commit
1197d6d0f6
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.8.14.dev0
+1.8.14
  * #896: Fix an error in borgmatic rcreate/init on an empty repository directory with Borg 1.4.
  * #896: Fix an error in borgmatic rcreate/init on an empty repository directory with Borg 1.4.
  * #898: Add glob ("*") support to the "--repository" flag. Just quote any values containing
  * #898: Add glob ("*") support to the "--repository" flag. Just quote any values containing
    globs so your shell doesn't interpret them.
    globs so your shell doesn't interpret them.

+ 1 - 1
setup.py

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