summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3f08e93c..82c74720 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ development, called `green-albatross`. It is **NOT** meant for real
use. It is likely to change in incompatible ways without warning. Do
not use it unless you're willing to lose your backup.
-Version 1.17, released UNRELEASED
+Version 1.17, released 2015-09-12
---------------------------------
* Lukáš Poláček added the `--fsck-skip-checksums` setting to
diff --git a/debian/changelog b/debian/changelog
index 3f5f4877..338adb3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.17-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 12 Sep 2015 12:40:10 +0300
+
obnam (1.16-1) unstable; urgency=medium
* New upstream release.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 5df10313..9558b59a 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.16'
+__version__ = '1.17'
# Import _obnam if it is there. We need to be able to do things without
diff --git a/setup.py b/setup.py
index 3832c61a..47f87660 100755
--- a/setup.py
+++ b/setup.py
@@ -301,7 +301,7 @@ class Check(Command):
setup(name='obnam',
- version='1.16',
+ version='1.17',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',