From eeb8461e06d8e1d84a3b8ec7181d071591c65da5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:04:44 +0300 Subject: [PATCH] Update history for 3.7.0 (#600) --- HISTORY.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9513bfd3..077b3170 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,18 @@ # History -## Unreleased +## 3.7.0 (2024-10-08) + +### Improvements + +- Add support for Python 3.13 (#592) +- Drop support for EOL Python 3.8 (#598) +- Add styling to datetime, date and time values for ODS (#594) +- Add styling for date/time types for XLS (#596) ### Bugfixes -- Fix time and datetime export in ODS format (#595). +- Fix time and datetime export in ODS format (#595) +- Avoid normalizing input twice in `import_set`/`book` (#591) ## 3.6.1 (2024-04-04)