Skip to content

Commit f5aafe9

Browse files
committed
version bump to 4.2
1 parent 284b47b commit f5aafe9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 4.2
2+
* **Added Python 3.10 support**
3+
* Added ability to set individual borders' type via the `border_type` argument
4+
when creating a `Styler` object
5+
* Fixes [GitHub issue #108](https://github.com/DeepSpace2/StyleFrame/issues/108) - Styling and exporting a dataframe that
6+
contains a column called "index"
7+
* Fixes error when attempting to use `best_fit` argument in `StyleFrame.to_excel`
8+
on an empty dataframe [GitHub PR #157](https://github.com/DeepSpace2/StyleFrame/pull/157)
9+
110
#### 4.1
211
* Added `strikethrough` and `italic` to `Styler`
312
* Raising `TypeError` in `to_excel` if trying to use a non-openpyxl engine

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() -> str:
1717
return _versions_
1818

1919

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

0 commit comments

Comments
 (0)