Skip to content

Commit e57598d

Browse files
committed
Bump version to 0.2.6
1 parent 3319d15 commit e57598d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
cppman 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+
512
cppman 0.2.5 (July 28th, 2013):
613

714
Bug fixed:

bin/cppman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from cppman.cppman import cppman
4040
from cppman.Environ import config, mandb_changed
4141

4242
program_name = sys.argv[0]
43-
program_version = '0.2.5'
43+
program_version = '0.2.6'
4444

4545
def version():
4646
sys.stderr.write(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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)',

0 commit comments

Comments
 (0)