File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33from 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-core"
3- version = " 1.1.0a5 "
3+ version = " 1.1.0a6 "
44description = " Poetry PEP 517 Build Backend"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66
You can’t perform that action at this time.
0 commit comments