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
481d81db
Unverified
Commit
481d81db
authored
Nov 15, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.0.0b5
parent
5c1aed24
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
+4
-0
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
481d81db
...
...
@@ -59,6 +59,10 @@
-
Fixed some issues with
`path`
dependencies being seen as
`git`
dependencies.
-
Fixed various issues with the way
`extra`
markers in dependencies were handled.
-
Fixed the option conflicts in the
`run`
command.
-
Fixed wrong latest version being displayed when executing
`show -l`
.
-
Fixed
`TooManyRedirects`
errors being raised when resolving dependencies.
-
Fixed custom indices dependencies being constantly updated.
-
Fix the behavior of the
`--install`
option of the debug resolve command.
## [0.12.17] - 2019-07-03
...
...
poetry/__version__.py
View file @
481d81db
__version__
=
"1.0.0b
4
"
__version__
=
"1.0.0b
5
"
pyproject.toml
View file @
481d81db
[tool.poetry]
name
=
"poetry"
version
=
"1.0.0b
4
"
version
=
"1.0.0b
5
"
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