--- a/docs/changelog.rst Fri Jul 31 16:41:57 2009 +0300
+++ b/docs/changelog.rst Sun Aug 02 15:26:25 2009 +0300
@@ -1,6 +1,11 @@
Changelog
---------
+0.9.5
+~~~~~
+Fixed bug, which prevented programs to work without arguments (displayed help
+instead) if they are not using subcommands.
+
0.9.4
~~~~~
- Ability to hide subcommands from help listing.
--- a/finaloption.py Fri Jul 31 16:41:57 2009 +0300
+++ b/finaloption.py Sun Aug 02 15:26:25 2009 +0300
@@ -6,7 +6,7 @@
from itertools import imap
__all__ = ['command', 'dispatch']
-__version__ = '0.9.4'
+__version__ = '0.9.5'
__author__ = 'Alexander Solovyov'
__email__ = 'piranha@piranha.org.ua'