Explorar o código

Rev to 1.2.8.

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
067ed27689
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.8.dev0
+1.2.8
  * #73: Enable consistency checks for only certain repositories via "check_repositories" option in
    borgmatic's consistency configuration. Handy for large repositories that take forever to check.
  * Include link to issue tracker within various command output.

+ 1 - 1
setup.py

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