summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5aa16b9..8c1a2f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version UNRELEASED
+Version 1.20140719
------------------
* The way logging is set up has been split into smaller methods, to
diff --git a/README b/README
index 9b78e69..448d44d 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ To run the test suite:
Legalese
--------
-* Copyright (C) 2011-2013 Lars Wirzenius
+* Copyright (C) 2011-2014 Lars Wirzenius
* Copyright (C) 2012-2013 Codethink Limited
This program is free software; you can redistribute it and/or modify
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 1a7d3cc..5bc7a43 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -27,7 +27,7 @@ Homepage: http://liw.fi/cliapp/
'''
-__version__ = '1.20140315'
+__version__ = '1.20140719'
from fmt import TextFormat
diff --git a/debian/changelog b/debian/changelog
index 8d66477..f59ad32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20140719-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 19 Jul 2014 16:37:17 +0100
+
python-cliapp (1.20140315-1) unstable; urgency=low
* New upstream version.