Skip to content

Commit 21c01d6

Browse files
committed
release: bump to version 1.1.0
1 parent 70cd418 commit 21c01d6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.0] - 2022-08-29
4+
5+
### Improvements
6+
7+
- Improved test coverage ([#453](https://github.com/python-poetry/poetry-core/pull/453), [#454](https://github.com/python-poetry/poetry-core/pull/454)).
8+
39
## [1.1.0rc3] - 2022-08-26
410

511
### Fixed
@@ -361,7 +367,8 @@ No changes.
361367
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
362368

363369

364-
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.1.0rc3...main
370+
[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.1.0...main
371+
[1.1.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0
365372
[1.1.0rc3]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc3
366373
[1.1.0rc2]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc2
367374
[1.1.0rc1]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc1

pyproject.toml

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

src/poetry/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)