summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-14 20:52:49 +0200
committerLars Wirzenius <liw@liw.fi>2015-08-14 20:52:49 +0200
commitb34d5f0dc0e5c0750d9c635ba026dc79979d4ee0 (patch)
tree70135b51095ad2850831313b2b01df55ee4b8f2a
parent2ddf0cd454736060aca6d41b555b8b31b5687194 (diff)
downloadobnam-1.14.tar.gz
Prepare for release version 1.14obnam-1.14
-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 063186d2..1c2c317b 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.14, released UNRELEASED
+Version 1.14, released 2015-08-14
---------------------------------
Bug fixes:
diff --git a/debian/changelog b/debian/changelog
index df042f25..ac3a5b4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.14-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 14 Aug 2015 20:51:41 +0200
+
obnam (1.13-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index cd919068..9f2792f7 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.13'
+__version__ = '1.14'
# Import _obnam if it is there. We need to be able to do things without
diff --git a/setup.py b/setup.py
index 19af371b..5a7a98c6 100755
--- a/setup.py
+++ b/setup.py
@@ -294,7 +294,7 @@ class Check(Command):
setup(name='obnam',
- version='1.13',
+ version='1.14',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',