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

Allow Django 4.0 and bump version

parent 001cfec2
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "django-iconify"
version = "0.1.0.post1"
version = "0.1.1"
description = "Iconify API implementation and tools for Django projects"
authors = ["Dominik George <dominik.george@teckids.org>"]
license = "Apache-2.0"
......@@ -20,7 +20,7 @@ include = ["LICENSE", "examples/"]
[tool.poetry.dependencies]
python = "^3.7"
Django = ">2.1,<4.0"
Django = ">2.1,<5.0"
[tool.poetry.dev-dependencies]
......
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