summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')