Skip to content

Commit

Permalink
version 1.3.7-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Aug 15, 2024
1 parent 1c138b8 commit 053d502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-easy-audit"
version = "1.3.7-b2"
version = "1.3.7-b3"
description = "Yet another Django audit log app, hopefully the simplest one."
license = "GPL3"
authors = ["Natán Calzolari <[email protected]>"]
Expand Down Expand Up @@ -29,7 +29,7 @@ packages = [{include = "easyaudit"}]

[tool.poetry.dependencies]
python = "^3.8"
django = ">=4.2", "<6.0"
django = ">=4.2,<6.0"

[tool.poetry.group.dev.dependencies]
djlint = "^1.34.1"
Expand Down

0 comments on commit 053d502

Please sign in to comment.