We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a862ef commit 8ab164dCopy full SHA for 8ab164d
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+#### 3.0.5
2
+* Fixes github issue #81 - read excel as template headers height
3
+
4
#### 3.0.4
5
* Fixed style "shifts" when using `read_style=True` and `header=None` with `StyleFrame.read_excel`. Fixes github issue #80
6
styleframe/version.py
@@ -17,7 +17,7 @@ def get_all_versions():
17
return _versions_
18
19
20
-_version_ = '3.0.4'
+_version_ = '3.0.5'
21
_python_version_ = get_python_version()
22
_pandas_version_ = get_pandas_version()
23
_openpyxl_version_ = get_openpyxl_version()
0 commit comments