summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-21 17:20:13 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-21 17:20:13 +0200
commit71f62ca20f65e8abff7fb94d4b6a61f7b37d66e0 (patch)
tree98c8b22d28e3d607f0e55e43fddbaf24860f18ae
parent431d4ae1b32d08f25c22d2864f0682b5df64080f (diff)
downloadcliapp-71f62ca20f65e8abff7fb94d4b6a61f7b37d66e0.tar.gz
Prepare to release version 1.20180121cliapp-1.20180121
-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 e76e659..644f0a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.20170827+git, not yet released
+Version 1.20180121, released 2018-01-21
----------------------------------------
* The `runcmd` timeout behaviour has changed a little. Previously, a
diff --git a/cliapp/version.py b/cliapp/version.py
index 25493ef..0d9cc31 100644
--- a/cliapp/version.py
+++ b/cliapp/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20170827+git"
-__version_info__ = (1, 20170827, '+git')
+__version__ = "1.20180121"
+__version_info__ = (1, 20180121)
diff --git a/debian/changelog b/debian/changelog
index eb8b158..5451e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-python-cliapp (1.20170827+git-1) UNRELEASED; urgency=medium
+python-cliapp (1.20180121-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 27 Aug 2017 10:22:18 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sun, 21 Jan 2018 17:20:13 +0200
python-cliapp (1.20170827-1) unstable; urgency=medium