Skip to content

Commit

Permalink
AB#101824 Remove Django >= 4.2 pinning for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmurre committed Jan 8, 2024
1 parent e334c9c commit 85c191b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2024-01-08 (5.21.2)

* Remove the Django >= 4.2 pinning, because DSO is still on Django 3.x.
Later on, we can migrate both schematools and DSO simultaneous to >= 4.2

# 2023-12-28 (5.21.1)

* Fix auth property for subfields. The subfields do not have
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = amsterdam-schema-tools
version = 5.21.1
version = 5.21.2
url = https://github.com/amsterdam/schema-tools
license = Mozilla Public 2.0
author = Team Data Diensten, van het Dataplatform onder de Directie Digitale Voorzieningen (Gemeente Amsterdam)
Expand Down Expand Up @@ -79,7 +79,7 @@ tests =
pytest-django >= 4.7.0
pytest-sqlalchemy
django =
django >= 4.2
django >= 3.0, < 4.2
django-gisserver >= 1.2.7
django-environ
django-db-comments
Expand Down

0 comments on commit 85c191b

Please sign in to comment.