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 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.