summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 17:29:13 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 17:29:13 +0300
commit3cd45b826d2ae699f45b57113b4c4e5dd401935d (patch)
tree7045e0efc4cf4bbd90920289539d5550bb07de36
parent4b0f6777d24f6836f8cea9046b43f948acda9ccf (diff)
downloadobnam-3cd45b826d2ae699f45b57113b4c4e5dd401935d.tar.gz
Change version number to de-confuse ick
-rw-r--r--debian/changelog2
-rw-r--r--obnamlib/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d4c57ae..e864028e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.19.1+git-1) UNRELEASED; urgency=medium
+obnam (1.19.2+git-1) UNRELEASED; urgency=medium
* New upstream version.
* Require Python 2.7.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 563f51a9..13f38f82 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -15,5 +15,5 @@
#
# =*= License: GPL-3+ =*=
-__version__ = '1.19.1+git'
-__version_info__ = (1, 19, 1, '+git')
+__version__ = '1.19.2+git'
+__version_info__ = (1, 19, 2, '+git')