We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c8bfa commit 9721534Copy full SHA for 9721534
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 2.0.4
2
+* Fixed a bug that caused `apply_style_by_indexes` not to work in case the dataframe had non-integer indexes in some cases
3
+* Added support for text rotation
4
+
5
#### 2.0.3
6
* Fixing pandas dependency for different Python versions, related to #52, #53
7
StyleFrame/version.py
@@ -17,7 +17,7 @@ def get_all_versions():
17
return _versions_
18
19
20
-_version_ = '2.0.3'
+_version_ = '2.0.4'
21
_python_version_ = get_python_version()
22
_pandas_version_ = get_pandas_version()
23
_openpyxl_version_ = get_openpyxl_version()
0 commit comments