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
1caf20a2
Unverified
Commit
1caf20a2
authored
Aug 09, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version 1.0.0b1
parent
53c22155
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
CHANGELOG.md
+7
-1
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
1caf20a2
...
@@ -17,7 +17,9 @@
...
@@ -17,7 +17,9 @@
-
Full environment markers are now supported for dependencies via the
`markers`
property.
-
Full environment markers are now supported for dependencies via the
`markers`
property.
-
Added the ability to specify git dependencies directly in
`add`
, it no longer requires the
`--git`
option.
-
Added the ability to specify git dependencies directly in
`add`
, it no longer requires the
`--git`
option.
-
Added the ability to specify path dependencies directly in
`add`
, it no longer requires the
`--path`
option.
-
Added the ability to specify path dependencies directly in
`add`
, it no longer requires the
`--path`
option.
-
Added the ability to add git and path dependencies via the
`init`
command.
-
Added support for url dependencies (
[
#1260
](
https://github.com/sdispater/poetry/pull/1260
)
).
-
Publishing to PyPI using
[
API tokens
](
https://pypi.org/help/#apitoken
)
is now supported (
[
#1275
](
https://github.com/sdispater/poetry/pull/1275
)
).
-
Licenses can now be identified by their full name.
### Changed
### Changed
...
@@ -30,11 +32,15 @@
...
@@ -30,11 +32,15 @@
-
The
`--git`
option of the
`add`
command has been removed.
-
The
`--git`
option of the
`add`
command has been removed.
-
The
`--path`
option of the
`add`
command has been removed.
-
The
`--path`
option of the
`add`
command has been removed.
-
The
`add`
command will now automatically select the latest prerelease if only prereleases are available.
-
The
`add`
command will now automatically select the latest prerelease if only prereleases are available.
-
The
`add`
command can now update a dependencies if an explicit constraint is given (
[
#1221
](
https://github.com/sdispater/poetry/pull/1221
)
).
-
Removed the
`--develop`
option from the
`install`
command.
### Fixed
### Fixed
-
Fixed transitive extra dependencies being removed when updating a specific dependency.
-
Fixed transitive extra dependencies being removed when updating a specific dependency.
-
The
`pyproject.toml`
configuration is now properly validated.
-
The
`pyproject.toml`
configuration is now properly validated.
-
Fixed installing Poetry-based packages breaking with
`pip`
.
-
Fixed packages with empty markers being added to the lock file.
## [0.12.17] - 2019-07-03
## [0.12.17] - 2019-07-03
...
...
poetry/__version__.py
View file @
1caf20a2
__version__
=
"1.0.0
a5
"
__version__
=
"1.0.0
b1
"
pyproject.toml
View file @
1caf20a2
[tool.poetry]
[tool.poetry]
name
=
"poetry"
name
=
"poetry"
version
=
"1.0.0
a5
"
version
=
"1.0.0
b1
"
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