Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Oct 30, 2023
1 parent 5f8d9f0 commit 71c7bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anymail-history"
version = "0.1.4"
version = "0.1.7"
description = "Email History for Django Anymail"
license = "MIT"
authors = [
Expand Down Expand Up @@ -35,9 +35,9 @@ classifiers = [
packages = [{ include = "anymail_history" }]

[tool.poetry.dependencies]
python = "^3.8"
django = "^3.2 || ^4.1 || ^4.2"
django-anymail = "^9.0 || ^10.0"
python = ">=3.8"
django = "3.2.* | >=4.1.*"
django-anymail = ">=9.0"

[tool.poetry.group.dev.dependencies]
black = "*"
Expand Down

0 comments on commit 71c7bcf

Please sign in to comment.