Skip to content

Commit

Permalink
importlib-metadata version dependency #8
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenij committed May 15, 2021
1 parent fbeda11 commit ddf3b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.4] - Update dependencies 2021-05-16

- importlib-metadata version dependency

## [1.0.3] - Fix small bugs 2021-05-01

- Fix inline file field display
Expand Down
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-bootstrap-v5"
version = "1.0.3"
version = "1.0.4"
description = "Bootstrap 5 support for Django projects"
homepage = "https://github.com/zelenij/django-bootstrap-v5"
repository = "https://github.com/zelenij/django-bootstrap-v5"
Expand Down Expand Up @@ -35,7 +35,7 @@ include = ["LICENSE"]
[tool.poetry.dependencies]
python = "^3.6"
django = "^2.2 || ^3.0"
importlib-metadata = { version = "<3", python = "<3.9", optional = true }
importlib-metadata = { version = "^3.10", python = "<3.9", optional = true }
beautifulsoup4 = "^4.8.0"

# docs
Expand Down

0 comments on commit ddf3b73

Please sign in to comment.