summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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