Skip to content

Commit

Permalink
Prepare release 1.9.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored May 26, 2023
1 parent e2b13d8 commit 765bdfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Unreleased
## 1.9.0

* Drop support for Python 3.6; add support for Python 3.11
* Add functions `utime_as_datetime`, `datetime_as_utime`,
`format_utime_as_iso_8601`, `iso_8601_as_utime`

## 1.8.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)


VERSION = "1.8.0"
VERSION = "1.9.0"


EXTENSIONS = [
Expand Down

0 comments on commit 765bdfe

Please sign in to comment.