Skip to content

Commit

Permalink
fixup! Expand dependencies version ranges to fix #120
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 19, 2020
1 parent 926d8ea commit 4a31944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-reversion-compare"
version = "0.9.1"
version = "0.10.0.dev0"
description = "history compare for django-reversion"

# Will be generated from README.creole with: "poetry run update_rst_readme"
Expand Down Expand Up @@ -38,7 +38,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.6"
django = "2.2.* || 3.*"
django = ">= 2.2.*"
django-reversion = "*"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion reversion_compare/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.10.0.dev0"

0 comments on commit 4a31944

Please sign in to comment.