Skip to content

Commit

Permalink
Bump version to 1.0.5 (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Feb 29, 2020
1 parent ba48eb4 commit 754dbf8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## [1.0.5] - 2020-02-29

### Fixed

- Fixed an error when building distributions if the `git` executable was not found ([#2105](https://github.com/python-poetry/poetry/pull/2105)).
- Fixed various errors when reading Poetry's TOML files by upgrading [tomlkit](https://github.com/sdispater/tomlkit).


## [1.0.4] - 2020-02-28

### Fixed
Expand Down Expand Up @@ -816,7 +824,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.4...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.5...master
[1.0.5]: https://github.com/python-poetry/poetry/releases/tag/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry/releases/tag/1.0.4
[1.0.3]: https://github.com/python-poetry/poetry/releases/tag/1.0.3
[1.0.2]: https://github.com/python-poetry/poetry/releases/tag/1.0.2
Expand Down
2 changes: 1 addition & 1 deletion poetry/__version__.py
@@ -1 +1 @@
__version__ = "1.0.4"
__version__ = "1.0.5"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.0.4"
version = "1.0.5"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down

0 comments on commit 754dbf8

Please sign in to comment.