Bump version for release.
This commit is contained in:
parent
f1ffa1da1d
commit
992f62edd2
3 changed files with 3 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.6.5.dev0'
|
||||
VERSION = '1.6.5'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue