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
9247a8c5
Unverified
Commit
9247a8c5
authored
May 26, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.0.0a3
parent
2586214e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
+3
-0
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
9247a8c5
...
...
@@ -9,6 +9,9 @@
-
Added a
`env use`
command to control the Python version used by the project.
-
Added a
`env list`
command to list the virtualenvs associated with the current project.
-
Added a
`env remove`
command to delete virtualenvs associated with the current project.
-
Added support for declaring a specific source for dependencies.
-
Added support for disabling PyPI and making another repository the default one.
-
Added support for declaring private repositories as secondary.
### Changed
...
...
poetry/__version__.py
View file @
9247a8c5
__version__
=
"1.0.0a
2
"
__version__
=
"1.0.0a
3
"
pyproject.toml
View file @
9247a8c5
[tool.poetry]
name
=
"poetry"
version
=
"1.0.0a
2
"
version
=
"1.0.0a
3
"
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