summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-24 21:50:40 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-24 21:50:40 +0300
commitf1f04d6746dc741df8f35b62eaf7cc26e8d2cc2d (patch)
tree683e75a838842bbaf8783d4bca3e43fb18a3d97c
parent44306ac1efcb0b1ca7343ff117d7fdcbb85eab20 (diff)
downloadcliapp-f1f04d6746dc741df8f35b62eaf7cc26e8d2cc2d.tar.gz
Prepare to release version 1.20160724cliapp-1.20160724
-rw-r--r--NEWS2
-rw-r--r--cliapp/version.py4
-rw-r--r--debian/changelog4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2bc2dac..4d032a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20160316+git, not yet released
+Version 1.20160724, released 2016-07-24
----------------------------------------
* Debian packaging change: running automated checks during package
diff --git a/cliapp/version.py b/cliapp/version.py
index 2a08a0c..98b34c4 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160316+git"
-__version_info__ = (1, 20160316, '+git')
+__version__ = "1.20160724"
+__version_info__ = (1, 20160724)
diff --git a/debian/changelog b/debian/changelog
index 086c89c..4938377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-python-cliapp (1.20160316+git-1) UNRELEASED; urgency=medium
+python-cliapp (1.20160724-1) unstable; urgency=medium
* Change debian/rules to run automated tests during build.
* Add build-dependencies that are now require: python-meliae, python-xdg.
- -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 19:27:16 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2016 21:50:40 +0300
python-cliapp (1.20160316-1) unstable; urgency=medium