Skip to content

Commit

Permalink
Bump version to 1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Sep 25, 2020
1 parent 24f3577 commit 72291f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.0rc2] - 2020-09-25

### Fixed

- Fixed `python_full_version` markers conversion to version constraints ([#86](https://github.com/python-poetry/core/pull/86)).


## [1.0.0rc1] - 2020-09-25

### Fixed
Expand Down Expand Up @@ -95,7 +102,8 @@
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).


[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.0rc1...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.0rc2...master
[1.0.0rc2]: https://github.com/python-poetry/poetry/releases/tag/1.0.0rc2
[1.0.0rc1]: https://github.com/python-poetry/poetry/releases/tag/1.0.0rc1
[1.0.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.0.0b1
[1.0.0a9]: https://github.com/python-poetry/poetry/releases/tag/1.0.0a9
Expand Down
2 changes: 1 addition & 1 deletion poetry/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# noinspection PyUnresolvedReferences
from pathlib2 import Path

__version__ = "1.0.0rc1"
__version__ = "1.0.0rc2"

__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-core"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "Poetry PEP 517 Build Backend"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]

Expand Down

0 comments on commit 72291f3

Please sign in to comment.