0.9.13 ready 0.9.13
authorAlexander Solovyov <alexander@solovyov.net>
Thu, 18 Nov 2010 22:21:36 +0100
changeset 138 e21e182229c1
parent 137 3b2fcbad96d7
child 139 b2bc46603503
0.9.13 ready
docs/changelog.rst
opster.py
--- a/docs/changelog.rst	Thu Nov 18 22:19:30 2010 +0100
+++ b/docs/changelog.rst	Thu Nov 18 22:21:36 2010 +0100
@@ -1,6 +1,12 @@
 Changelog
 ---------
 
+0.9.13
+~~~~~~
+
+ - fixed exception handling (cleanup previous fix, actually)
+ - display only name of application, without full path
+
 0.9.12
 ~~~~~~
 
--- a/opster.py	Thu Nov 18 22:19:30 2010 +0100
+++ b/opster.py	Thu Nov 18 22:21:36 2010 +0100
@@ -6,7 +6,7 @@
 from itertools import imap
 
 __all__ = ['command', 'dispatch']
-__version__ = '0.9.12'
+__version__ = '0.9.13'
 __author__ = 'Alexander Solovyov'
 __email__ = 'piranha@piranha.org.ua'