summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 19:27:16 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 19:27:16 +0200
commit076b674ab65e76eed8f2e7a274e07a134fed06f4 (patch)
tree76daf299976eafaab009433ce0c1910fa7363a0a
parentab83ea59e88a2cd932188b30e0aa886bd8aa848c (diff)
downloadcliapp-076b674ab65e76eed8f2e7a274e07a134fed06f4.tar.gz
Prepare to release version 1.20160316cliapp-1.20160316
-rw-r--r--NEWS2
-rw-r--r--cliapp/version.py4
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a512683..750fb19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20151108+git, not yet released
+Version 1.20160316, released 2016-03-16
---------------------------------------
* The `--help` now shows the previously hidden options
diff --git a/cliapp/version.py b/cliapp/version.py
index 0c4e276..03cd41a 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = '1.20160109+git'
-__version_info__ = (1, 20160109, '+git')
+__version__ = "1.20160316"
+__version_info__ = (1, 20160316)
diff --git a/debian/changelog b/debian/changelog
index 9c355a1..9ed1c01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20160316-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 19:27:16 +0200
+
python-cliapp (1.20160109-1) unstable; urgency=medium
* New upstream version.