summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-12 15:22:04 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-12 15:22:04 +0300
commit161ab066af963477884d5a9f994cede01d6870f6 (patch)
treed6c2fc6113d7476dcb42c961bd4223774164b2f0
parent8b8729e6eca9314cdddee55ccac35965871421c2 (diff)
downloadcliapp-161ab066af963477884d5a9f994cede01d6870f6.tar.gz
Bump version number post-release to 1.20180812.1+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 6bb7a18..c8165cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20180812.1+git, not yet released
+------------------------------------------
+
+
Version 1.20180812.1, released 2018-08-12
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 471922c..2c43793 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20180812.1"
-__version_info__ = (1, 20180812, 1)
+__version__ = "1.20180812.1+git"
+__version_info__ = (1, 20180812, 1, '+git')
diff --git a/debian/changelog b/debian/changelog
index 3a8d1bc..e53b334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20180812.1+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Aug 2018 15:22:04 +0300
+
python-cliapp (1.20180812.1-1) unstable; urgency=medium
* New upstream version.