Skip to content

Commit 67fa3b9

Browse files
committed
Fix minimal django version
1 parent cdccb65 commit 67fa3b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
Version 1.0.3
6+
=============
7+
- Correct minimal Django version to 5.2 in pyproject.toml
8+
- Fix documentation builds
9+
510
Version 1.0.2
611
=============
712
- Fix broken pipeline for PyPI Sigstore uploads. No source code changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
"Topic :: Software Development :: Libraries :: Python Modules",
3838
]
3939
dependencies = [
40-
"Django>=4.2",
40+
"Django>=5.2",
4141
"pint>=0.16",
4242
]
4343

0 commit comments

Comments
 (0)