Bump version for release.

This commit is contained in:
Dan Helfman 2022-06-30 22:14:41 -07:00
parent f1ffa1da1d
commit 992f62edd2
3 changed files with 3 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.6.5.dev0
1.6.5
* #553: Fix logging to include the full traceback when Borg experiences an internal error, not just
the first few lines.
* #554: Fix all monitoring hooks to warn if the server returns an HTTP 4xx error. This can happen

View File

@ -24,6 +24,7 @@ fi
if ! git diff-index --quiet HEAD -- ; then
echo "Refusing to release with local changes:"
git status --porcelain
exit 1
fi
git tag $version

View File

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