Skip to content

Commit

Permalink
chore(release): 7.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## 7.1.1 (2021-12-07)

### Bug Fixes

* show resolver stack in missing dependency hint [#32](#32) edf4436
  • Loading branch information
semantic-release-bot committed Dec 7, 2021
1 parent edf4436 commit 7905e8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.1.1 (2021-12-07)

### Bug Fixes

- show resolver stack in missing dependency hint
[#32](https://github.com/proofit404/dependencies/issues/32) edf4436

# 7.1.0 (2021-07-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [
]
readme = "docs/index.md"
repository = "https://github.com/proofit404/dependencies"
version = "7.1.0"
version = "7.1.1"

[tool.poetry.dependencies]
python = "~3.6 || ~3.7 || ~3.8 || ~3.9"
Expand Down

0 comments on commit 7905e8d

Please sign in to comment.