summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-06 11:53:08 +0000
committerLars Wirzenius <liw@liw.fi>2015-11-06 11:53:08 +0000
commit9196e6e77d10ba19e5d82b97958a984fe08741b8 (patch)
tree1600d4f3b1379110dc39c5e5008483c0fb2c2ad1
parent452dee9d2e5e1d1ae13a45a5bb2854f7903e445c (diff)
downloadobnam-9196e6e77d10ba19e5d82b97958a984fe08741b8.tar.gz
Prepare 1.18.1 releaseobnam-1.18.1
-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',