File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.1.0] - 2022-08-31
4+
5+ - No functional changes.
6+
37## [ 1.1.0rc3] - 2022-08-26
48
59### Fixed
@@ -361,7 +365,8 @@ No changes.
361365- Fixed support for stub-only packages ([ #28 ] ( https://github.com/python-poetry/core/pull/28 ) ).
362366
363367
364- [ Unreleased ] : https://github.com/python-poetry/poetry-core/compare/1.1.0rc3...main
368+ [ Unreleased ] : https://github.com/python-poetry/poetry-core/compare/1.1.0...main
369+ [ 1.1.0 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0
365370[ 1.1.0rc3 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc3
366371[ 1.1.0rc2 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc2
367372[ 1.1.0rc1 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-core"
3- version = " 1.1.0rc3 "
3+ version = " 1.1.0 "
44description = " Poetry PEP 517 Build Backend"
55authors = [" Sébastien Eustace <sebastien@eustace.io>" ]
66
Original file line number Diff line number Diff line change 77
88# this cannot presently be replaced with importlib.metadata.version as when building
99# itself, poetry-core is not available as an installed distribution.
10- __version__ = "1.1.0rc3 "
10+ __version__ = "1.1.0 "
1111
1212__vendor_site__ = (Path (__file__ ).parent / "_vendor" ).as_posix ()
1313
You can’t perform that action at this time.
0 commit comments