Skip to content

Commit 79dc2cf

Browse files
committed
Updated version and CHANGELOG
1 parent 68f5eb3 commit 79dc2cf

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 4.1
2+
* Added `strikethrough` and `italic` to `Styler`
3+
* Raising `TypeError` in `to_excel` if trying to use a non-openpyxl engine
4+
* Exposing `Exposing StyleFrame.ExcelWriter` and `StyleFrame.read_excel` to the module-level (`styleframe.ExcelWriter`
5+
and `styleframe.read_excel`) to more closely mimic pandas' API
6+
* Fixes [GitHub issue #124](https://github.com/DeepSpace2/StyleFrame/issues/124) - Improved calculation of color luminosity from tint
7+
18
#### 4.0
29
* **Removed Python 3.4 support**
310
* **Removed Python 3.5 support**

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.0.0'
20+
_version_ = '4.1'
2121
_python_version_ = get_python_version()
2222
_pandas_version_ = get_pandas_version()
2323
_openpyxl_version_ = get_openpyxl_version()

0 commit comments

Comments
 (0)