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
1ec6a025
Unverified
Commit
1ec6a025
authored
May 28, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.10.0
parent
f7d1931a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGELOG.md
+5
-5
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
1ec6a025
# Change Log
## [
Unreleased]
## [
0.10.0] - 2018-05-28
### Added
...
...
@@ -8,7 +8,7 @@
-
Added a new
`init`
command to generate a
`pyproject.toml`
file in existing projects.
-
Added a new setting
`settings.virtualenvs.in-project`
to make
`poetry`
create the project's virtualenv inside the project's directory.
-
Added the
`--extras`
and
`--python`
options to
`debug:resolve`
to help debug dependency resolution.
-
Added a
`--src`
option to
new
to create an
`src`
layout.
-
Added a
`--src`
option to
`new`
command
to create an
`src`
layout.
-
Added support for specifying the
`platform`
for dependencies.
-
Added the
`--python`
option to the
`add`
command.
-
Added the
`--platform`
option to the
`add`
command.
...
...
@@ -22,7 +22,7 @@
-
The
`publish`
command no longer build packages by default. Use
`--build`
to retrieve the previous behavior.
-
Improved support for private repositories.
-
Expanded version constraints now keep the original version's precision.
-
The lock file hash no longer use the project's name and version.
-
The lock file hash no longer use
s
the project's name and version.
-
The
`LICENSE`
file, or similar, is now automatically added to the built packages.
### Fixed
...
...
@@ -342,8 +342,8 @@ Initial release
[
Unreleased
]:
https://github.com/sdispater/poetry/compare/0.
9.1
...master
[
0.
9.1
]:
https://github.com/sdispater/poetry/releases/tag/0.9.1
[
Unreleased
]:
https://github.com/sdispater/poetry/compare/0.
10.0
...master
[
0.
10.0
]:
https://github.com/sdispater/poetry/releases/tag/0.10.0
[
0.9.0
]:
https://github.com/sdispater/poetry/releases/tag/0.9.0
[
0.8.6
]:
https://github.com/sdispater/poetry/releases/tag/0.8.6
[
0.8.5
]:
https://github.com/sdispater/poetry/releases/tag/0.8.5
...
...
poetry/__version__.py
View file @
1ec6a025
__version__
=
'0.10.0
-alpha.3
'
__version__
=
'0.10.0'
pyproject.toml
View file @
1ec6a025
[tool.poetry]
name
=
"poetry"
version
=
"0.10.0
-alpha.4
"
version
=
"0.10.0"
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