summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-11 13:53:12 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-11 13:53:12 +0000
commit9e4aef1228e58b95babec90611bd968427028878 (patch)
tree8555e451198931f14ced3fe89b86871e52cd90f8
parentae1a0167e3f711e8b3395edf3a9c658a352bfc8e (diff)
downloadcliapp-9e4aef1228e58b95babec90611bd968427028878.tar.gz
Release version 0.26.cliapp-0.26
-rw-r--r--NEWS4
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4626ed9..c1ff7f9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,13 @@ NEWS for cliapp
===============
-Version 0.26, released UNRELEASED
+Version 0.26, released 2012-02-11
---------------------------------
* `cliapp.Settings` now allows access to all sections in configuration
files. The new `as_cp` method returns a `ConfigParser` instance, which
is set to the current value of every registered setting, in the `config`
- section, plus any additional sections in the configuraiton files that
+ section, plus any additional sections in the configuration files that
have been read.
Version 0.25.2, released 2012-02-08
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 44fb34b..6fd7017 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '0.25.2'
+__version__ = '0.26'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index f7626a7..610abf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.26-1) unstable; urgency=low
+
+ * New upsream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Feb 2012 13:52:45 +0000
+
python-cliapp (0.25.2-1) unstable; urgency=low
* New upstream release.