--- 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'