Skip to content

Commit 52b7cdc

Browse files
committed
Bump version to 1.1.0a6
1 parent afaa690 commit 52b7cdc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.1.0a6] - 2021-07-30
4+
5+
### Added
6+
7+
- Added support for dependency groups. ([#183](https://github.com/python-poetry/poetry-core/pull/183))
8+
9+
310
## [1.1.0a5] - 2021-05-21
411

512
### Added
@@ -206,7 +213,8 @@ No changes.
206213
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
207214

208215

209-
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.1.0a5...master
216+
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.1.0a6...master
217+
[1.1.0a6]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a6
210218
[1.1.0a5]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a5
211219
[1.1.0a4]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a4
212220
[1.1.0a3]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0a3

poetry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55

6-
__version__ = "1.1.0a5"
6+
__version__ = "1.1.0a6"
77

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-core"
3-
version = "1.1.0a5"
3+
version = "1.1.0a6"
44
description = "Poetry PEP 517 Build Backend"
55
authors = ["Sébastien Eustace <[email protected]>"]
66

0 commit comments

Comments
 (0)