summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-27 10:22:16 +0100
committerLars Wirzenius <liw@liw.fi>2017-08-27 10:22:16 +0100
commitf71de3530610c9f5189f1c317abf351999a6254e (patch)
tree4391204f3c5a9f8424024573e1a73f4b9eb1101b
parentd529c408e5cf5d9ef05eb695f6f7d6fbcd8b8b04 (diff)
downloadcliapp-f71de3530610c9f5189f1c317abf351999a6254e.tar.gz
Prepare to release version 1.20170827cliapp-1.20170827
-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 50f59b2..8f31b04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20170823+git, not yet released
+Version 1.20170827, released 2017-08-27
----------------------------------------
* Fix settings to not use Unicode strings (drop import of Unicode
diff --git a/cliapp/version.py b/cliapp/version.py
index c308c4d..81e61e6 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20170823+git"
-__version_info__ = (1, 20170823, '+git')
+__version__ = "1.20170827"
+__version_info__ = (1, 20170827)
diff --git a/debian/changelog b/debian/changelog
index c7220ec..a2f0426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-python-cliapp (1.20170823+git-1) UNRELEASED; urgency=medium
+python-cliapp (1.20170827-1) unstable; urgency=medium
* New upstream version. (Closes: #873298)
- -- Lars Wirzenius <liw@liw.fi> Wed, 23 Aug 2017 18:54:04 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 27 Aug 2017 10:22:16 +0100
python-cliapp (1.20170823-1) unstable; urgency=medium