summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-17 21:02:02 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-17 21:02:02 +0100
commit59b0c60c7386652ab79484b4d0cda7917b714fad (patch)
tree25b62ea2a1014ddfaeaa626a361dd4ddcad1caf7
parent210ec86ecbb9460c804da080d462496196742491 (diff)
downloadcliapp-59b0c60c7386652ab79484b4d0cda7917b714fad.tar.gz
Release version 0.20.cliapp-0.20
-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 fa2aa8c..34ed716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 0.20, released UNRELEASED
+Version 0.20, released 2011-09-17
---------------------------------
* `cliapp(5)` manual page added, to explain in one place how applications
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 0a97b36..a11a424 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.19'
+__version__ = '0.20'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index aecf959..fcd2c26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.20-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 17 Sep 2011 21:01:55 +0100
+
python-cliapp (0.19-1) unstable; urgency=low
* New upstream release.