We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e67360 commit 4d5099aCopy full SHA for 4d5099a
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-### 3.0.2
+#### 3.0.3
2
+No longer relying on openpyxl's colors definition. Related to github issue #73
3
+
4
+#### 3.0.2
5
Hotfix release - setting maximum versions for dependencies. Related to github issue #73
6
7
#### 3.0.1
styleframe/version.py
@@ -17,7 +17,7 @@ def get_all_versions():
17
return _versions_
18
19
20
-_version_ = '3.0.2'
+_version_ = '3.0.3'
21
_python_version_ = get_python_version()
22
_pandas_version_ = get_pandas_version()
23
_openpyxl_version_ = get_openpyxl_version()
0 commit comments