Преглед на файлове

Bump version for release.

Dan Helfman преди 6 години
родител
ревизия
8ec1ec527e
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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(