summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 19:27:16 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 19:27:16 +0200
commit1002c6c0e5d8effcd87e5c9fcbad8cfda3b153eb (patch)
tree6284339a5134f1f85311fef3c4cfc7f8c576890c
parent076b674ab65e76eed8f2e7a274e07a134fed06f4 (diff)
downloadcliapp-1002c6c0e5d8effcd87e5c9fcbad8cfda3b153eb.tar.gz
Bump version number post-release to 1.20160316+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 750fb19..4cc720f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20160316+git, not yet released
+----------------------------------------
+
+
Version 1.20160316, released 2016-03-16
---------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 03cd41a..2a08a0c 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160316"
-__version_info__ = (1, 20160316)
+__version__ = "1.20160316+git"
+__version_info__ = (1, 20160316, '+git')
diff --git a/debian/changelog b/debian/changelog
index 9ed1c01..598f0f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20160316+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 19:27:16 +0200
+
python-cliapp (1.20160316-1) unstable; urgency=medium
* New upstream version.