Explorar o código

Bump version for release.

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
8ec1ec527e
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.2.15.dev0
+1.2.15
  * #127: Remove date echo from schema example, as it's not a substitute for real logging.
  * #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to
    confusing behavior.

+ 1 - 1
setup.py

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