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 71c7bcf commit 7d4beb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

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 = "anymail-history"
version = "0.1.7"
version = "0.1.8"
description = "Email History for Django Anymail"
license = "MIT"
authors = [
Expand Down Expand Up @@ -36,7 +36,7 @@ packages = [{ include = "anymail_history" }]

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

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ env_list =
dj50-py{310,311,312}-anymail{90,91,92,100,101}
dj42-py{38,39,310,311}-anymail{90,91,92,100,101}
dj41-py{38,39,310,311}-anymail{90,91,92,100,101}
dj40-py{38,39,310}-anymail{90,91,92,100,101}
dj32-py{38,39,310}-anymail{90,91,92,100,101}

[testenv]
deps =
dj50: Django==5.0a1
dj42: Django==4.2
dj41: Django==4.1
dj40: Django==4.0
dj32: Django==3.2

anymail90: django-anymail==9.0
Expand Down

0 comments on commit 7d4beb3

Please sign in to comment.