summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-24 21:50:41 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-24 21:50:41 +0300
commitcb17626e6441a5bf43a1d3f17a769f8e44ff4977 (patch)
tree7be2512bf345e1f6189b0aca94d622dd0632027f
parentf1f04d6746dc741df8f35b62eaf7cc26e8d2cc2d (diff)
downloadcliapp-cb17626e6441a5bf43a1d3f17a769f8e44ff4977.tar.gz
Bump version number post-release to 1.20160724+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 4d032a3..4871ec5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20160724+git, not yet released
+----------------------------------------
+
+
Version 1.20160724, released 2016-07-24
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 98b34c4..45a4355 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160724"
-__version_info__ = (1, 20160724)
+__version__ = "1.20160724+git"
+__version_info__ = (1, 20160724, '+git')
diff --git a/debian/changelog b/debian/changelog
index 4938377..24f241f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20160724+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2016 21:50:41 +0300
+
python-cliapp (1.20160724-1) unstable; urgency=medium
* Change debian/rules to run automated tests during build.