Skip to content

Commit

Permalink
set correct setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jan 26, 2022
1 parent eca3213 commit 07cbe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ idna = ["3.2"]
alpine = ["3.12", "3.13", "3.14", "3.15"]

# The last django-ca release
last_release = "1.19.1"
last_release = "1.20.0"

[tool.black]
line-length = 110
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ build==0.7.0
twine==3.7.1
wheel==0.37.1
# >=45: setuptools_scm requires at least this version
setuptools>=4
setuptools>=45
setuptools-scm==6.4.2

0 comments on commit 07cbe9b

Please sign in to comment.