summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-12 10:22:12 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-12 10:22:12 +0300
commit2a90bc30e99f3001cc37cf6c7820a066f978ffed (patch)
tree8bada982ae6a6b1fa4e91d1ce08841e05d4dfceb
parent45c4a70641f8fa0646bd625ae1cad56cfabd7a93 (diff)
downloadcliapp-2a90bc30e99f3001cc37cf6c7820a066f978ffed.tar.gz
Prepare to release version 1.20180812cliapp-1.20180812
-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 78073a5..ed5a008 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20180121+git, not yet released
+Version 1.20180812, released 2018-08-12
----------------------------------------
* Fix file conflict between python3 and old versions of python2
diff --git a/cliapp/version.py b/cliapp/version.py
index 9e9c910..989c662 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20180121+git"
-__version_info__ = (1, 20180121, '+git')
+__version__ = "1.20180812"
+__version_info__ = (1, 20180812)
diff --git a/debian/changelog b/debian/changelog
index cc5f8d3..ec2e2de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-cliapp (1.20180121+git-1) UNRELEASED; urgency=medium
+python-cliapp (1.20180812-1) unstable; urgency=medium
* New upstream version.
* Add Breaks and Replaces on the python-cliapp version prior to
@@ -8,7 +8,7 @@ python-cliapp (1.20180121+git-1) UNRELEASED; urgency=medium
no-one in the history of the world has read it without being
forced to. (Closes: #874421)
- -- Lars Wirzenius <liw@liw.fi> Sun, 21 Jan 2018 17:20:16 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Aug 2018 10:22:12 +0300
python-cliapp (1.20180121-1) unstable; urgency=medium