Skip to content

Commit

Permalink
version 2.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cyface committed Oct 15, 2022
1 parent 5b319e4 commit 6cabe13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ license = "BSD"
name = "django-termsandconditions"
packages = [{ include = "termsandconditions" }, ]
readme = "README.md"
version = "2.0.10"
version = "2.0.11"

[tool.poetry.dependencies]
python = ">=3.6,<4.0"
Expand All @@ -56,8 +56,8 @@ Django = ">2.2"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
coverage = {extras = ["toml"], version = "^6.2"}
poetry = "^1.1.15"
pylint = "^2.12.0"
poetry = "^1.2.2"
pylint = "^2.15.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6cabe13

Please sign in to comment.