Bump version for release.
This commit is contained in:
parent
61c7b8f13c
commit
c5ffb76dfa
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.7.10.dev0
|
1.7.10
|
||||||
* #396: When a database command errors, display and log the error message instead of swallowing it.
|
* #396: When a database command errors, display and log the error message instead of swallowing it.
|
||||||
* #501: Optionally error if a source directory does not exist via "source_directories_must_exist"
|
* #501: Optionally error if a source directory does not exist via "source_directories_must_exist"
|
||||||
option in borgmatic's location configuration.
|
option in borgmatic's location configuration.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.7.10.dev0'
|
VERSION = '1.7.10'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue