File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22cppman Changelog
33------------------------------------------------------------------------------
44
5+ cppman 0.2.6 (September 24th, 2013):
6+
7+ Bug fixed:
8+ * Fix prefix when install via easy_install or pip
9+ * Fix formating bugs
10+ * Add Travis CI test
11+
512cppman 0.2.5 (July 28th, 2013):
613
714 Bug fixed:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ from cppman.cppman import cppman
4040from cppman .Environ import config , mandb_changed
4141
4242program_name = sys .argv [0 ]
43- program_version = '0.2.5 '
43+ program_version = '0.2.6 '
4444
4545def version ():
4646 sys .stderr .write (
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'cppman' ,
14- version = '0.2.5 ' ,
14+ version = '0.2.6 ' ,
1515 description = 'C++ man pages generater that generates C++ man pages'
1616 'from cplusplus.com' ,
1717 author = 'Wei-Ning Huang (AZ)' ,
You can’t perform that action at this time.
0 commit comments