summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-27 10:22:18 +0100
committerLars Wirzenius <liw@liw.fi>2017-08-27 10:22:18 +0100
commitb6e368fa57b0d6be32bc8a52c409d033f7b36170 (patch)
tree852b27195528e410b1f407b817e86cd541706c73
parentf71de3530610c9f5189f1c317abf351999a6254e (diff)
downloadcliapp-b6e368fa57b0d6be32bc8a52c409d033f7b36170.tar.gz
Bump version number post-release to 1.20170827+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 8f31b04..07ab93c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20170827+git, not yet released
+----------------------------------------
+
+
Version 1.20170827, released 2017-08-27
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 81e61e6..25493ef 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20170827"
-__version_info__ = (1, 20170827)
+__version__ = "1.20170827+git"
+__version_info__ = (1, 20170827, '+git')
diff --git a/debian/changelog b/debian/changelog
index a2f0426..eb8b158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20170827+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 27 Aug 2017 10:22:18 +0100
+
python-cliapp (1.20170827-1) unstable; urgency=medium
* New upstream version. (Closes: #873298)