Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 3888a73

Browse files
author
Thiago D'Ávila
committed
#11 fix on maximum version of django
1 parent d88f24b commit 3888a73

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

poetry.lock

+26-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-sorting-bootstrap"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Sorting templates API using sorting-bootstrap templatetags and Bootstrap classes."
55
authors = ["Thiago Carvalho D'Ávila <[email protected]>"]
66
license = "MIT"
@@ -18,7 +18,7 @@ classifiers = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.7"
21-
django = "^2.0"
21+
django = ">=2.0"
2222
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
2323

2424
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)