Bump version for release.
This commit is contained in:
parent
16066942e3
commit
23feac2f4c
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.6.6.dev0
|
1.6.6
|
||||||
* #559: Update documentation about configuring multiple consistency checks or multiple databases.
|
* #559: Update documentation about configuring multiple consistency checks or multiple databases.
|
||||||
* #560: Fix all database hooks to error when the requested database to restore isn't present in the
|
* #560: Fix all database hooks to error when the requested database to restore isn't present in the
|
||||||
Borg archive.
|
Borg archive.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.6.6.dev0'
|
VERSION = '1.6.6'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue