Skip to content

Commit 3c0fbad

Browse files
committed
release: bump to version 1.1.0
1 parent 70cd418 commit 3c0fbad

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

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)