summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-07-19 16:38:13 +0100
committerLars Wirzenius <liw@liw.fi>2014-07-19 16:38:13 +0100
commit938bad57588976a82c715c3acfdb12e755dd6f3e (patch)
tree6f2bd25ae42e75223b1d0e7234df711e00452be3
parentb64ab66f72ef5688336ad3f4f72e2cb220509af0 (diff)
downloadcliapp-1.20140719.tar.gz
Prepare release 1.20140719cliapp-1.20140719
-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.