Skip to content
Snippets Groups Projects
Verified Commit 96074a20 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Allow Django 4.0 and bump version

parent 056cedd7
No related branches found
Tags 0.5.1
No related merge requests found
......@@ -7,6 +7,14 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic
Versioning <http://semver.org/>`__.
0.5.1
-----
Changed
~~~~~~~
- Allow Django 4.0
0.5.0
-----
......
[tool.poetry]
name = "calendarweek"
version = "0.5.0"
version = "0.5.1"
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"
......@@ -21,7 +21,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
Django = {version = ">=2.2, <4.0", optional = true}
Django = {version = ">=2.2, <5.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