Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update history for 3.7.0 #600

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading