summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/version.py2
-rwxr-xr-xsetup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f8620c23..8eabb3fa 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.1, released UNRELEASED
+Version 1.19.1, released 2016-01-30
---------------------------------
Bug fix:
diff --git a/debian/changelog b/debian/changelog
index b354c238..f87b5889 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.19.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Jan 2016 11:07:22 +0200
+
obnam (1.19-1) unstable; urgency=medium
* New upstream version
diff --git a/obnamlib/version.py b/obnamlib/version.py
index d69fd767..8bd18bf3 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -15,4 +15,4 @@
#
# =*= License: GPL-3+ =*=
-__version__ = '1.19'
+__version__ = '1.19.1'
diff --git a/setup.py b/setup.py
index ce04d22e..455f93c9 100755
--- a/setup.py
+++ b/setup.py
@@ -329,7 +329,7 @@ class Check(Command):
setup(name='obnam',
- version='1.19',
+ version='1.19.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',