Skip to content
Snippets Groups Projects
Commit 4daff69b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'django-5.0' into 'master'

Allow Django 5.0, drop support for Django <4.2 and bump version to 0.6

See merge request !12
parents 14b26a2a 9120f2f3
No related branches found
No related tags found
1 merge request!12Allow Django 5.0, drop support for Django <4.2 and bump version to 0.6
......@@ -7,6 +7,19 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic
Versioning <http://semver.org/>`__.
0.6
---
Changed
~~~~~~~
* Allow Django 5.0
Removed
~~~~~~~
* Drop support for Django versions <4.2
0.5.3
-----
......
[tool.poetry]
name = "calendarweek"
version = "0.5.3"
version = "0.6"
description = "Utilities for working with calendar weeks in Python and Django"
authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"]
license = "Apache-2.0"
......@@ -20,8 +20,8 @@ classifiers = [
]
[tool.poetry.dependencies]
python = "^3.7"
Django = {version = ">=2.2, <5.0", optional = true}
python = "^3.10"
Django = {version = ">=4.2, <6.0", optional = true}
[tool.poetry.extras]
django = ["Django"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment