summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 10:58:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 10:58:53 +0300
commit5e08f7454b1376f1b7a22ffeef788a1aa08a203e (patch)
tree543aad3bbb7ea8a5b7a4ca7ccb68c70479282df7
parentd2ec5a92b07d039efad5a4f9758199ec47ffedac (diff)
downloadcliapp-5e08f7454b1376f1b7a22ffeef788a1aa08a203e.tar.gz
Bump version number post-release to 1.20170820+git
-rw-r--r--NEWS4
-rw-r--r--cliapp/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 41ed05a..e01c27b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20170820+git, not yet released
+----------------------------------------
+
+
Version 1.20170820, released 2017-08-20
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index d343525..34b07c6 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20170820"
-__version_info__ = (1, 20170820)
+__version__ = "1.20170820+git"
+__version_info__ = (1, 20170820, '+git')
diff --git a/debian/changelog b/debian/changelog
index 5f49ce6..6abfb28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20170820+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 20 Aug 2017 10:58:53 +0300
+
python-cliapp (1.20170820-1) unstable; urgency=medium
* New upstream version.