News: September 2013
....
The "--version" CLI option does not return the correct info... I don't know if you want me to file a bug report: then where? Or clone your GIT repo apply changes and push? Or just tell you here the correction:
--- pywalletorig.py Wed Apr 02 21:10:02 2014
+++ pywallet.py Wed Apr 02 22:11:46 2014
@@ -4744,3 +4744,3 @@
- parser = OptionParser(usage="%prog [options]", version="%prog 1.1")
+ parser = OptionParser(usage="%prog [options]", version="%prog "+pywversion)