0.9.11 0.9.11
authorAlexander Solovyov <piranha@piranha.org.ua>
Sun, 19 Sep 2010 20:17:45 +0300
changeset 120 bf6908d12aae
parent 119 f9c027029540
child 121 836bb50a8660
0.9.11
docs/changelog.rst
opster.py
--- a/docs/changelog.rst	Sat Sep 11 15:16:24 2010 +0400
+++ b/docs/changelog.rst	Sun Sep 19 20:17:45 2010 +0300
@@ -1,6 +1,12 @@
 Changelog
 ---------
 
+0.9.11
+~~~~~~
+
+ - fixed exceptions handling
+ - autocompletion improvements (skips middleware, ability of options completion)
+
 0.9.10
 ~~~~~~
 
--- a/opster.py	Sat Sep 11 15:16:24 2010 +0400
+++ b/opster.py	Sun Sep 19 20:17:45 2010 +0300
@@ -6,7 +6,7 @@
 from itertools import imap
 
 __all__ = ['command', 'dispatch']
-__version__ = '0.9.10'
+__version__ = '0.9.11'
 __author__ = 'Alexander Solovyov'
 __email__ = 'piranha@piranha.org.ua'