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