summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-21 17:20:16 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-21 17:20:16 +0200
commit6847347e12de6d5b1d90100184177f117b4654d8 (patch)
tree0bb7e53d8689a8c4a91a841899bfbc9f2c738429
parent71f62ca20f65e8abff7fb94d4b6a61f7b37d66e0 (diff)
downloadcliapp-6847347e12de6d5b1d90100184177f117b4654d8.tar.gz
Bump version number post-release to 1.20180121+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 644f0a4..9a05d4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for cliapp
===============
+Version 1.20180121+git, not yet released
+----------------------------------------
+
+
Version 1.20180121, released 2018-01-21
----------------------------------------
diff --git a/cliapp/version.py b/cliapp/version.py
index 0d9cc31..9e9c910 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20180121"
-__version_info__ = (1, 20180121)
+__version__ = "1.20180121+git"
+__version_info__ = (1, 20180121, '+git')
diff --git a/debian/changelog b/debian/changelog
index 5451e82..c172bb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20180121+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 21 Jan 2018 17:20:16 +0200
+
python-cliapp (1.20180121-1) unstable; urgency=medium
* New upstream version.