Skip to content

Commit

Permalink
Merge pull request #184 from python-poetry/release-1.1.0a6
Browse files Browse the repository at this point in the history
Release 1.1.0a6
  • Loading branch information
sdispater committed Aug 17, 2021
2 parents 4e1f2ab + 52b7cdc commit 652a935
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.1.0a6] - 2021-07-30

### Added

- Added support for dependency groups. ([#183](https://github.com/python-poetry/poetry-core/pull/183))


## [1.1.0a5] - 2021-05-21

### Added
Expand Down Expand Up @@ -206,7 +213,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.1.0a5...master
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.1.0a6...master
[1.1.0a6]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a6
[1.1.0a5]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a5
[1.1.0a4]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a4
[1.1.0a3]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a3
Expand Down
2 changes: 1 addition & 1 deletion poetry/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path


__version__ = "1.1.0a5"
__version__ = "1.1.0a6"

__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.1.0a5"
version = "1.1.0a6"
description = "Poetry PEP 517 Build Backend"
authors = ["Sébastien Eustace <[email protected]>"]

Expand Down

0 comments on commit 652a935

Please sign in to comment.