From 3cd45b826d2ae699f45b57113b4c4e5dd401935d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 17:29:13 +0300 Subject: Change version number to de-confuse ick --- debian/changelog | 2 +- obnamlib/version.py | 4 ++-- 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') -- cgit v1.2.1