Skip to content

Commit f3cbcb4

Browse files
committed
Bump version to 1.1.7
1 parent 8a68e51 commit f3cbcb4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.7] - 2012-06-25
4+
5+
**Note**: Lock files might need to be regenerated for the first fix below to take effect.
6+
You can use `poetry lock` to do so **without** the `--no-update` option.
7+
8+
### Changed
9+
10+
- This release is compatible with the `install-poetry.py` installation script to ease the migration path from `1.1` releases to `1.2` releases. ([#4192](https://github.com/python-poetry/poetry/pull/4192))
11+
12+
### Fixed
13+
14+
- Fixed an issue where transitive dependencies of directory or VCS dependencies were not installed or otherwise removed. ([#4203](https://github.com/python-poetry/poetry/pull/4203))
15+
- Fixed an issue where the combination of the `--tree` and `--no-dev` options for the show command was still displaying development dependencies. ([#3992](https://github.com/python-poetry/poetry/pull/3992))
16+
17+
318
## [1.1.6] - 2021-04-14
419

520
### Fixed
@@ -1108,7 +1123,8 @@ Initial release
11081123

11091124

11101125

1111-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.6...master
1126+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.7...master
1127+
[1.1.7]: https://github.com/python-poetry/poetry/compare/1.1.7
11121128
[1.1.6]: https://github.com/python-poetry/poetry/compare/1.1.6
11131129
[1.1.5]: https://github.com/python-poetry/poetry/compare/1.1.5
11141130
[1.1.4]: https://github.com/python-poetry/poetry/compare/1.1.4

poetry/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.6"
1+
__version__ = "1.1.7"

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

0 commit comments

Comments
 (0)