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
52f9ba9a
Commit
52f9ba9a
authored
Aug 29, 2022
by
finswimmer
Committed by
Bjorn Neergaard
Aug 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: post-1.2.0 cleanup
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent
f51a2c74
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
+11
-1
poetry.lock
+0
-0
pyproject.toml
+1
-1
No files found.
CHANGELOG.md
View file @
52f9ba9a
# Change Log
# Change Log
## [1.2.0] - 2022-08-31
### Docs
-
Added note about how to add a git dependency with a subdirectory (
[
#6218
](
https://github.com/python-poetry/poetry/pull/6218
)
)
-
Fixed several style issues in the docs (
[
#6255
](
https://github.com/python-poetry/poetry/pull/6255
)
)
-
Fixed outdated info about
`--only`
parameter (
[
#6264
](
https://github.com/python-poetry/poetry/pull/6264
)
)
## [1.2.0rc2] - 2022-08-26
## [1.2.0rc2] - 2022-08-26
### Fixed
### Fixed
...
@@ -1500,7 +1509,8 @@ Initial release
...
@@ -1500,7 +1509,8 @@ Initial release
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.2.0rc2...master
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.2.0...master
[
1.2.0
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0
[
1.2.0rc2
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0rc2
[
1.2.0rc2
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0rc2
[
1.2.0rc1
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0rc1
[
1.2.0rc1
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0rc1
[
1.2.0b3
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0b3
[
1.2.0b3
]:
https://github.com/python-poetry/poetry/releases/tag/1.2.0b3
...
...
poetry.lock
View file @
52f9ba9a
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
52f9ba9a
...
@@ -44,7 +44,7 @@ generate-setup-file = false
...
@@ -44,7 +44,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python
=
"^3.7"
python
=
"^3.7"
poetry-core
=
"^1.1.0
rc3
"
poetry-core
=
"^1.1.0"
poetry-plugin-export
=
"^1.0.6"
poetry-plugin-export
=
"^1.0.6"
cachecontrol
=
{
version
=
"^0.12.9"
,
extras
=
["filecache"]
}
cachecontrol
=
{
version
=
"^0.12.9"
,
extras
=
["filecache"]
}
cachy
=
"^0.3.0"
cachy
=
"^0.3.0"
...
...
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