Skip to content

Commit 10d5559

Browse files
committed
Bump version to 1.1.11
1 parent d0fcab0 commit 10d5559

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.11] - 2021-10-04
4+
5+
### Fixed
6+
7+
- Fixed errors when installing packages on Python 3.10. ([#4592](https://github.com/python-poetry/poetry/pull/4592))
8+
- Fixed an issue where the wrong `git` executable could be used on Windows. ([python-poetry/poetry-core#213](https://github.com/python-poetry/poetry-core/pull/213))
9+
- Fixed an issue where the Python 3.10 classifier was not automatically added. ([python-poetry/poetry-core#215](https://github.com/python-poetry/poetry-core/pull/215))
10+
11+
12+
313
## [1.1.10] - 2021-09-21
414

515
### Fixed
@@ -1151,7 +1161,8 @@ Initial release
11511161

11521162

11531163

1154-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.10...1.1
1164+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.11...1.1
1165+
[1.1.11]: https://github.com/python-poetry/poetry/releases/tag/1.1.11
11551166
[1.1.10]: https://github.com/python-poetry/poetry/releases/tag/1.1.10
11561167
[1.1.9]: https://github.com/python-poetry/poetry/releases/tag/1.1.9
11571168
[1.1.8]: https://github.com/python-poetry/poetry/releases/tag/1.1.8

poetry/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.10"
1+
__version__ = "1.1.11"

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.1.10"
3+
version = "1.1.11"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)