Skip to content

Commit d98f90f

Browse files
committed
Stage 0.7.3
1 parent be38e3c commit d98f90f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.3
2+
* Performance optimizations
3+
* Fix invalid function/formula references in third-party spreadsheet software
4+
* Remove Python 2.6 support from test suite; Python 2.6 will no longer be supported in future 0.8.0 release
5+
16
0.7.2 (November 15, 2017)
27
* Strip tzinfo from datetime objects (issue #59)
38
* Minor bug fixes and performance improvements

pyexcelerate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.2'
1+
__version__ = '0.7.3'

setup.py

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

55
setup(
66
name="PyExcelerate",
7-
version='0.7.2',
7+
version='0.7.3',
88
author="Kevin Wang, Kevin Zhang",
99
author_email="kevin+pyexcelerate@kevinzhang.me",
1010
maintainer="Kevin Zhang",

0 commit comments

Comments
 (0)