Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Oct 4, 2021
1 parent 56b4e58 commit cb1277a
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.0.7] - 2021-10-04

### Fixed

- Fixed an issue where the wrong `git` executable could be used on Windows. ([#213](https://github.com/python-poetry/poetry-core/pull/213))
- Fixed an issue where the Python 3.10 classifier was not automatically added. ([#215](https://github.com/python-poetry/poetry-core/pull/215))


## [1.0.6] - 2021-09-21

### Added
Expand Down Expand Up @@ -171,7 +179,8 @@ No changes.
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).


[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.0.6...1.1
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.0.7...1.0
[1.0.7]: https://github.com/python-poetry/poetry-core/releases/tag/1.0.7
[1.0.6]: https://github.com/python-poetry/poetry-core/releases/tag/1.0.6
[1.0.5]: https://github.com/python-poetry/poetry-core/releases/tag/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry-core/releases/tag/1.0.4
Expand Down
2 changes: 1 addition & 1 deletion poetry/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# noinspection PyUnresolvedReferences
from pathlib2 import Path

__version__ = "1.0.6"
__version__ = "1.0.7"

__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()

Expand Down
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-core"
version = "1.0.6"
version = "1.0.7"
description = "Poetry PEP 517 Build Backend"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]

Expand Down

0 comments on commit cb1277a

Please sign in to comment.