summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 10:58:50 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 10:58:50 +0300
commitd2ec5a92b07d039efad5a4f9758199ec47ffedac (patch)
treefb82a659f0d36abc30d2f0c4d05314678c8b4a9c
parentab151acc806b8289f14794a80cba63d4ee634c27 (diff)
downloadcliapp-d2ec5a92b07d039efad5a4f9758199ec47ffedac.tar.gz
Prepare to release version 1.20170820cliapp-1.20170820
-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 3b16b31..41ed05a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20160724+git, not yet released
+Version 1.20170820, released 2017-08-20
----------------------------------------
* `cliapp.runcmd` now has a optional arguments `output_timeout` and
diff --git a/cliapp/version.py b/cliapp/version.py
index 45a4355..d343525 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160724+git"
-__version_info__ = (1, 20160724, '+git')
+__version__ = "1.20170820"
+__version_info__ = (1, 20170820)
diff --git a/debian/changelog b/debian/changelog
index eb89f01..5f49ce6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-python-cliapp (1.20160724+git-1) UNRELEASED; urgency=medium
+python-cliapp (1.20170820-1) unstable; urgency=medium
* New upstream version.
* Require Python 2.7.
* Bump Standards-Version to 3.9.8. No changes required.
* Drop build-dep on python-meliae and python-sphinx.
- -- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2016 21:50:41 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 20 Aug 2017 10:58:50 +0300
python-cliapp (1.20160724-1) unstable; urgency=medium