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
cb866bff
Unverified
Commit
cb866bff
authored
Jun 05, 2020
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.0.7
parent
09593800
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
CHANGELOG.md
+9
-1
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
cb866bff
# Change Log
## [1.0.7] - 2020-06-05
### Fixed
-
Fixed an error when trying to execute some packages
`setup.py`
file (
[
#2349
](
https://github.com/python-poetry/poetry/pull/2349
)
).
## [1.0.6] - 2020-06-05
### Changed
...
...
@@ -845,7 +852,8 @@ Initial release
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.0.6...master
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.0.7...master
[
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.5
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.5
[
1.0.4
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.4
...
...
poetry/__version__.py
View file @
cb866bff
__version__
=
"1.0.
6
"
__version__
=
"1.0.
7
"
pyproject.toml
View file @
cb866bff
[tool.poetry]
name
=
"poetry"
version
=
"1.0.
6
"
version
=
"1.0.
7
"
description
=
"Python dependency management and packaging made easy."
authors
=
[
"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