We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f2509 commit a0ac0c9Copy full SHA for a0ac0c9
CHANGES.md
@@ -2,6 +2,13 @@
2
3
## Releases
4
5
+### 1.0.4 (4 November 2023)
6
+
7
+* Update tests to accommodate changes in `setuptools_scm` API and generated files
8
+* Drop Python 3.7 support, test on 3.12
9
+* Switch from black and isort to ruff
10
+* Convert deprecated `datetime.utcnow()` to `datetime.now(tz=timezone.utc)`
11
12
### 1.0.3 (1 February 2023)
13
14
* Require `setuptools_scm >= 7` to ensure compatible installations
0 commit comments