Skip to content

Commit 020fb33

Browse files
finswimmerneersighted
authored andcommitted
Bump version to 1.1.12
1 parent 8bfb9bc commit 020fb33

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## [1.1.12] - 2021-11-27
4+
5+
### Fixed
6+
7+
- Fixed broken caches on Windows due to `Path` starting with a slash ([#4549](https://github.com/python-poetry/poetry/pull/4549))
8+
- Fixed `JSONDecodeError` when installing packages by updating `cachecontrol` version ([#4831](https://github.com/python-poetry/poetry/pull/4831))
9+
- Fixed dropped markers in dependency walk ([#4686](https://github.com/python-poetry/poetry/pull/4686))
10+
11+
312
## [1.1.11] - 2021-10-04
413

514
### Fixed
@@ -9,7 +18,6 @@
918
- 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))
1019

1120

12-
1321
## [1.1.10] - 2021-09-21
1422

1523
### Fixed
@@ -1161,7 +1169,8 @@ Initial release
11611169

11621170

11631171

1164-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.11...1.1
1172+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.12...1.1
1173+
[1.1.12]: https://github.com/python-poetry/poetry/releases/tag/1.1.12
11651174
[1.1.11]: https://github.com/python-poetry/poetry/releases/tag/1.1.11
11661175
[1.1.10]: https://github.com/python-poetry/poetry/releases/tag/1.1.10
11671176
[1.1.9]: https://github.com/python-poetry/poetry/releases/tag/1.1.9

poetry/__version__.py

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

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.11"
3+
version = "1.1.12"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>"

0 commit comments

Comments
 (0)