@@ -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
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = '1.6.5.dev0'
+VERSION = '1.6.5'
setup(