Skip to content

Commit

Permalink
v9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Mar 28, 2024
1 parent 3de497c commit ea68f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ambient-package-update/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"Django>=3.2.20",
"bleach>=1.4,<6",
"python-dateutil>=2.5.3",
# We keep this until we drop Python 3.8
"pytz",
],
supported_django_versions=SUPPORTED_DJANGO_VERSIONS,
supported_python_versions=SUPPORTED_PYTHON_VERSIONS,
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added convenience feature for `create_translation_file` so the user can omit the `--lang` param if there is only one
language
* Added `pytz` as a dependency until we can drop it when removing Python 3.8 compat

**9.6.3** (2024-03-04)

Expand Down

0 comments on commit ea68f93

Please sign in to comment.