File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.0] - 2022-08-29
4
+
5
+ - Nothing changed.
6
+
3
7
## [ 1.1.0rc3] - 2022-08-26
4
8
5
9
### Fixed
@@ -361,7 +365,8 @@ No changes.
361
365
- Fixed support for stub-only packages ([ #28 ] ( https://github.com/python-poetry/core/pull/28 ) ).
362
366
363
367
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
365
370
[ 1.1.0rc3 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc3
366
371
[ 1.1.0rc2 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc2
367
372
[ 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 1
1
[tool .poetry ]
2
2
name = " poetry-core"
3
- version = " 1.1.0rc3 "
3
+ version = " 1.1.0 "
4
4
description = " Poetry PEP 517 Build Backend"
5
5
authors = [
" Sébastien Eustace <[email protected] >" ]
6
6
Original file line number Diff line number Diff line change 7
7
8
8
# this cannot presently be replaced with importlib.metadata.version as when building
9
9
# itself, poetry-core is not available as an installed distribution.
10
- __version__ = "1.1.0rc3 "
10
+ __version__ = "1.1.0 "
11
11
12
12
__vendor_site__ = (Path (__file__ ).parent / "_vendor" ).as_posix ()
13
13
You can’t perform that action at this time.
0 commit comments