Skip to content

Commit 9721534

Browse files
committed
- Version bumped to 2.0.4
- Updated changelog
1 parent f2c8bfa commit 9721534

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
#### 2.0.3
26
* Fixing pandas dependency for different Python versions, related to #52, #53
37

StyleFrame/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_all_versions():
1717
return _versions_
1818

1919

20-
_version_ = '2.0.3'
20+
_version_ = '2.0.4'
2121
_python_version_ = get_python_version()
2222
_pandas_version_ = get_pandas_version()
2323
_openpyxl_version_ = get_openpyxl_version()

0 commit comments

Comments
 (0)