Skip to content

Commit 0c97d97

Browse files
authored
Merge pull request #2532 from python-poetry/release-1.0.9
Release 1.0.9
2 parents dcc2e40 + 1d64e1c commit 0c97d97

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.0.9] - 2010-06-09
4+
5+
### Fixed
6+
7+
- Fixed an issue where packages from custom indices where continuously updated ([#2525](https://github.com/python-poetry/poetry/pull/2525)).
8+
- Fixed errors in the way Python environment markers were parsed and generated ([#2526](https://github.com/python-poetry/poetry/pull/2526)).
9+
10+
311
## [1.0.8] - 2020-06-05
412

513
### Fixed
@@ -860,7 +868,8 @@ Initial release
860868

861869

862870

863-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.8...master
871+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.9...master
872+
[1.0.9]: https://github.com/python-poetry/poetry/releases/tag/1.0.9
864873
[1.0.8]: https://github.com/python-poetry/poetry/releases/tag/1.0.8
865874
[1.0.7]: https://github.com/python-poetry/poetry/releases/tag/1.0.7
866875
[1.0.6]: https://github.com/python-poetry/poetry/releases/tag/1.0.6

Diff for: poetry/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.8"
1+
__version__ = "1.0.9"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)