From 59a26f67a1c84d6af58fd96c0c1a099711c1fad7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Oct 2016 10:46:18 +0200 Subject: Bump version number post-release to 1.20.2+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ obnamlib/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 02fd05fb..4806cd76 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ development, called `green-albatross-20160813`. 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.20.2+git, not yet released +------------------------------------ + + Version 1.20.2, released 2016-10-30 ------------------------------------ diff --git a/debian/changelog b/debian/changelog index 13b3a138..e61e379b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obnam (1.20.2+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sun, 30 Oct 2016 10:46:18 +0200 + obnam (1.20.2-1) unstable; urgency=medium * New upstream version. diff --git a/obnamlib/version.py b/obnamlib/version.py index dba787ea..55b9c05f 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20.2" -__version_info__ = (1, 20, 2) +__version__ = "1.20.2+git" +__version_info__ = (1, 20, 2, '+git') -- cgit v1.2.1