summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-06 16:26:08 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-06 16:26:08 +0300
commitfb9ca97ab192a5869990f7e811e649968eb58d0f (patch)
tree72082eb4760baa23c211488866c1e3a07a3147c9
parentd0327cebbeeccfc9006c94336c3fe12b25a75f4a (diff)
downloadobnam-fb9ca97ab192a5869990f7e811e649968eb58d0f.tar.gz
Prepare files for release version 1.16obnam-1.16
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5eed23f3..f8e38fec 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.16, released UNRELEASED
+Version 1.16, released 2015-09-06
---------------------------------
* Fixed another typo in a variable name ("netloc"), found by Benedikt
diff --git a/debian/changelog b/debian/changelog
index 65971290..3f5f4877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-obnam (1.16-1) UNRELEASED; urgency=medium
+obnam (1.16-1) unstable; urgency=medium
* New upstream release.
* Fix "NameError: global name 're' is not defined" (Closes: #796950)
* Fix "NameError: global name 'netloc' is not defined" (Closes: #796139)
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Aug 2015 14:36:02 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 06 Sep 2015 16:25:28 +0300
obnam (1.15-1) unstable; urgency=medium
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 06155441..00a76374 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.15'
+__version__ = '1.16'
# Import _obnam if it is there. We need to be able to do things without
diff --git a/setup.py b/setup.py
index 0c8b5e02..9421dad4 100755
--- a/setup.py
+++ b/setup.py
@@ -300,7 +300,7 @@ class Check(Command):
setup(name='obnam',
- version='1.15',
+ version='1.16',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',