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
0c97d976
Unverified
Commit
0c97d976
authored
Jun 09, 2020
by
Sébastien Eustace
Committed by
GitHub
Jun 09, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2532 from python-poetry/release-1.0.9
Release 1.0.9
parents
dcc2e401
1d64e1c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
CHANGELOG.md
+10
-1
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
0c97d976
# Change Log
# Change Log
## [1.0.9] - 2010-06-09
### Fixed
-
Fixed an issue where packages from custom indices where continuously updated (
[
#2525
](
https://github.com/python-poetry/poetry/pull/2525
)
).
-
Fixed errors in the way Python environment markers were parsed and generated (
[
#2526
](
https://github.com/python-poetry/poetry/pull/2526
)
).
## [1.0.8] - 2020-06-05
## [1.0.8] - 2020-06-05
### Fixed
### Fixed
...
@@ -860,7 +868,8 @@ Initial release
...
@@ -860,7 +868,8 @@ Initial release
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.0.8...master
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.0.9...master
[
1.0.9
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.9
[
1.0.8
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.8
[
1.0.8
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.8
[
1.0.7
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.7
[
1.0.7
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.7
[
1.0.6
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.6
[
1.0.6
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.6
...
...
poetry/__version__.py
View file @
0c97d976
__version__
=
"1.0.
8
"
__version__
=
"1.0.
9
"
pyproject.toml
View file @
0c97d976
[tool.poetry]
[tool.poetry]
name
=
"poetry"
name
=
"poetry"
version
=
"1.0.
8
"
version
=
"1.0.
9
"
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