Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
a50d87db
Unverified
Commit
a50d87db
authored
Jul 10, 2020
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.1.0a3
parent
2433e0e7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
CHANGELOG.md
+15
-1
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
a50d87db
# Change Log
# Change Log
## [1.1.0a3] - 2020-07-10
### Added
-
New installer which provides a faster and better experience (
[
#2595
](
https://github.com/python-poetry/poetry/pull/2595
)
).
### Fixed
-
Fixed resolution error when handling duplicate dependencies with environment markers (
[
#2622
](
https://github.com/python-poetry/poetry/pull/2622
)
).
-
Fixed erroneous resolution errors when resolving packages to install (
[
#2625
](
https://github.com/python-poetry/poetry/pull/2625
)
).
-
Fixed errors when detecting installed editable packages (
[
#2602
](
https://github.com/python-poetry/poetry/pull/2602
)
).
## [1.1.0a2] - 2020-06-26
## [1.1.0a2] - 2020-06-26
Note that lock files generated with this release are not compatible with previous releases of Poetry.
Note that lock files generated with this release are not compatible with previous releases of Poetry.
...
@@ -904,7 +917,8 @@ Initial release
...
@@ -904,7 +917,8 @@ Initial release
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.1.0a2...develop
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.1.0a3...develop
[
1.1.0a3
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a3
[
1.1.0a2
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a2
[
1.1.0a2
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a2
[
1.1.0a1
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a1
[
1.1.0a1
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a1
[
1.0.9
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.9
[
1.0.9
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.9
...
...
poetry/__version__.py
View file @
a50d87db
__version__
=
"1.1.0a
2
"
__version__
=
"1.1.0a
3
"
pyproject.toml
View file @
a50d87db
[tool.poetry]
[tool.poetry]
name
=
"poetry"
name
=
"poetry"
version
=
"1.1.0a
2
"
version
=
"1.1.0a
3
"
description
=
"Python dependency management and packaging made easy."
description
=
"Python dependency management and packaging made easy."
authors
=
[
authors
=
[
"Sébastien Eustace <sebastien@eustace.io>"
"Sébastien Eustace <sebastien@eustace.io>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment