summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-30 22:00:59 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-30 22:00:59 +0300
commit072d777c88ce8ae306235e681a44ec767493598d (patch)
tree6eb523c39d94ecad61a6f6549e1cd0d48af6be85
parent55bff3c77905fee488d2fbff084622e4d0afc15f (diff)
downloadcliapp-072d777c88ce8ae306235e681a44ec767493598d.tar.gz
Prepare release 1.20150630
-rw-r--r--NEWS2
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index abda82e..f063929 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.UNRELEASED
+Version 1.20150630
------------------
* Lars Wirzenius added the `ssh_options` keyword argument to
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index a8e4f78..f12c680 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -27,7 +27,7 @@ Homepage: http://liw.fi/cliapp/
'''
-__version__ = '1.20150305'
+__version__ = '1.20150630'
from .util import MemoryProfileDumper
diff --git a/debian/changelog b/debian/changelog
index eac3c0a..bcc2a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20150630-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 30 Jun 2015 22:00:16 +0300
+
python-cliapp (1.20150305-1) unstable; urgency=low
* New upstream version.