We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdccb65 commit 67fa3b9Copy full SHA for 67fa3b9
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+Version 1.0.3
6
+=============
7
+- Correct minimal Django version to 5.2 in pyproject.toml
8
+- Fix documentation builds
9
+
10
Version 1.0.2
11
=============
12
- Fix broken pipeline for PyPI Sigstore uploads. No source code changes.
pyproject.toml
@@ -37,7 +37,7 @@ classifiers = [
37
"Topic :: Software Development :: Libraries :: Python Modules",
38
]
39
dependencies = [
40
- "Django>=4.2",
+ "Django>=5.2",
41
"pint>=0.16",
42
43
0 commit comments