summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-15 18:23:19 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-15 18:23:19 +0200
commit4389a90ce62995699c546219207fb86e99d9f61e (patch)
tree22cd99754ff9da5c6a1d5862a52426d495b21d31
parentb0b3f7043a9db36daabda433f21027a4e57d0065 (diff)
downloadobnam-4389a90ce62995699c546219207fb86e99d9f61e.tar.gz
Prepare release 1.19
-rw-r--r--NEWS2
-rw-r--r--debian/changelog7
-rw-r--r--obnamlib/version.py2
-rwxr-xr-xsetup.py2
4 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b38ec119..2061b691 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.19, released UNRELEASED
+Version 1.19, released 2016-01-15
---------------------------------
Bug fixes:
diff --git a/debian/changelog b/debian/changelog
index adc98d56..38ffa378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,9 @@
-obnam (1.19) UNRELEASED; urgency=medium
+obnam (1.19) unstable; urgency=medium
* New upstream version
- * Fix "ignored Broken Pipe exception" <explain what you changed and
- why> (Closes: #679940)
+ * Fix "ignored Broken Pipe exception" (Closes: #679940)
- -- Lars Wirzenius <liw@liw.fi> Sat, 12 Dec 2015 14:55:30 +0100
+ -- Lars Wirzenius <liw@liw.fi> Fri, 15 Jan 2016 18:23:05 +0200
obnam (1.18.2-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 792e5f90..9a8fd0b7 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -15,4 +15,4 @@
#
# =*= License: GPL-3+ =*=
-__version__ = '1.18.2'
+__version__ = '1.19'
diff --git a/setup.py b/setup.py
index 375b57f2..1f8d10d2 100755
--- a/setup.py
+++ b/setup.py
@@ -329,7 +329,7 @@ class Check(Command):
setup(name='obnam',
- version='1.18.2',
+ version='1.19',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',