summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-12 10:22:15 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-12 10:22:15 +0300
commit3ff0fff439869d8cff3083557bb40c6f3e94a12c (patch)
tree80e8a6152b30aabac79beff9c0a3007b11bcae5e
parent2a90bc30e99f3001cc37cf6c7820a066f978ffed (diff)
downloadcliapp-3ff0fff439869d8cff3083557bb40c6f3e94a12c.tar.gz
Bump version number post-release to 1.20180812+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 ed5a008..3dbc755 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20180812+git, not yet released
+----------------------------------------
+
+
Version 1.20180812, released 2018-08-12
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 989c662..610c9e4 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20180812"
-__version_info__ = (1, 20180812)
+__version__ = "1.20180812+git"
+__version_info__ = (1, 20180812, '+git')
diff --git a/debian/changelog b/debian/changelog
index ec2e2de..d80241a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20180812+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Aug 2018 10:22:15 +0300
+
python-cliapp (1.20180812-1) unstable; urgency=medium
* New upstream version.