Rev to 1.2.8.
This commit is contained in:
parent
fa38de2de7
commit
067ed27689
2 changed files with 2 additions and 2 deletions
2
NEWS
2
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
|
* #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.
|
borgmatic's consistency configuration. Handy for large repositories that take forever to check.
|
||||||
* Include link to issue tracker within various command output.
|
* Include link to issue tracker within various command output.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '1.2.8.dev0'
|
VERSION = '1.2.8'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue