Skip to content

Commit

Permalink
bump to version 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer committed Feb 8, 2022
1 parent 8eeeb61 commit 2643222
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.1.13] - 2022-02-08

## Fixed

- Fixed an issue where envs in MSYS2 always reported as broken ([#4942](9https://github.com/python-poetry/poetry/pull/4942))
- Fixed an issue where conda envs in windows are always reported as broken([#5008](https://github.com/python-poetry/poetry/pull/5008))
- Fixed an issue where Poetry doesn't find its own venv on `poetry self update` ([#5048](https://github.com/python-poetry/poetry/pull/5048))

## [1.1.12] - 2021-11-27

### Fixed
Expand Down Expand Up @@ -1169,7 +1177,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.12...1.1
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.13...1.1
[1.1.13]: https://github.com/python-poetry/poetry/compare/1.1.13
[1.1.12]: https://github.com/python-poetry/poetry/releases/tag/1.1.12
[1.1.11]: https://github.com/python-poetry/poetry/releases/tag/1.1.11
[1.1.10]: https://github.com/python-poetry/poetry/releases/tag/1.1.10
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.12"
__version__ = "1.1.13"
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.12"
version = "1.1.13"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <[email protected]>"
Expand Down

0 comments on commit 2643222

Please sign in to comment.