summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.