summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-18 15:59:58 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-18 15:59:58 +0000
commit3d2242911d2b78d5a9f44b04922263bf9ea93b85 (patch)
treed1d27c1a4f79b229482189e60ce7499bac15d220
parent6787cf65d5c1ec91ad54f34fbf2d849cc1422f2f (diff)
downloadcliapp-3d2242911d2b78d5a9f44b04922263bf9ea93b85.tar.gz
prepare release 0.23cliapp-0.23
-rw-r--r--NEWS2
-rw-r--r--cliapp/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cc9753c..7502e01 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS for cliapp
===============
-Version 0.23, released UNRELEASED
+Version 0.23, released 2011-12-18
---------------------------------
* Back off from using the `logging.NullHandler` class, since that exists
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index a4c7b70..aeb2bac 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.22'
+__version__ = '0.23'
from settings import Settings