Skip to content

Commit

Permalink
REL: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 5, 2023
1 parent 19f2509 commit a0ac0c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Releases

### 1.0.4 (4 November 2023)

* Update tests to accommodate changes in `setuptools_scm` API and generated files
* Drop Python 3.7 support, test on 3.12
* Switch from black and isort to ruff
* Convert deprecated `datetime.utcnow()` to `datetime.now(tz=timezone.utc)`

### 1.0.3 (1 February 2023)

* Require `setuptools_scm >= 7` to ensure compatible installations
Expand Down

0 comments on commit a0ac0c9

Please sign in to comment.