Skip to content

Commit

Permalink
Merge pull request #4537 from python-poetry/release-1.1.10
Browse files Browse the repository at this point in the history
Release 1.1.10
  • Loading branch information
sdispater committed Sep 21, 2021
2 parents c195f2e + ebc5484 commit 23f005b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.1.10] - 2021-09-21

### Fixed

- Fixed an issue where non-sha256 hashes were not checked. ([#4529](https://github.com/python-poetry/poetry/pull/4529))


## [1.1.9] - 2021-09-18

### Fixed
Expand Down Expand Up @@ -1144,7 +1151,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.9...1.1
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.10...1.1
[1.1.10]: https://github.com/python-poetry/poetry/releases/tag/1.1.10
[1.1.9]: https://github.com/python-poetry/poetry/releases/tag/1.1.9
[1.1.8]: https://github.com/python-poetry/poetry/releases/tag/1.1.8
[1.1.7]: https://github.com/python-poetry/poetry/releases/tag/1.1.7
Expand Down
2 changes: 1 addition & 1 deletion make-nix-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$OSTYPE" == "linux-gnu" ]; then
POETRY="$PYTHON $HOME/.poetry/bin/poetry"
RUNTIMES[5]="${PYTHON39:+-P "3.9:$PYTHON39"}"
else
$PYTHON -m pip install poetry -U --pre
$PYTHON -m pip install poetry -U
POETRY="$PYTHON -m poetry"
fi

Expand Down
2 changes: 1 addition & 1 deletion poetry/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.9"
__version__ = "1.1.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.1.9"
version = "1.1.10"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down

0 comments on commit 23f005b

Please sign in to comment.