We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be38e3c commit d98f90fCopy full SHA for d98f90f
CHANGELOG.md
@@ -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
+
6
0.7.2 (November 15, 2017)
7
* Strip tzinfo from datetime objects (issue #59)
8
* Minor bug fixes and performance improvements
pyexcelerate/version.py
@@ -1 +1 @@
-__version__ = '0.7.2'
+__version__ = '0.7.3'
setup.py
@@ -4,7 +4,7 @@
setup(
name="PyExcelerate",
- version='0.7.2',
+ version='0.7.3',
author="Kevin Wang, Kevin Zhang",
9
author_email="kevin+pyexcelerate@kevinzhang.me",
10
maintainer="Kevin Zhang",
0 commit comments