summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/version.py2
-rwxr-xr-xsetup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cc5b8fc6..78ba2875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.18.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 06 Nov 2015 11:52:58 +0000
+
obnam (1.18-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index f30a9b10..7e055230 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -15,4 +15,4 @@
#
# =*= License: GPL-3+ =*=
-__version__ = '1.18'
+__version__ = '1.18.1'
diff --git a/setup.py b/setup.py
index a6af903a..b6d82671 100755
--- a/setup.py
+++ b/setup.py
@@ -325,7 +325,7 @@ class Check(Command):
setup(name='obnam',
- version='1.18',
+ version='1.18.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',