prepare to release 0.9.5 0.9.5
authorAlexander Solovyov <piranha@piranha.org.ua>
Sun, 02 Aug 2009 15:26:25 +0300
changeset 65 e9678adf8bb1
parent 64 1e1a154717b0
child 66 f56569645dae
prepare to release 0.9.5
docs/changelog.rst
finaloption.py
--- 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'