Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: bump version to 1.8.0 #262

Closed
wants to merge 1 commit into from

Conversation

akshetpandey
Copy link

No description provided.

pyproject.toml Outdated
@@ -1,14 +1,12 @@
[tool.poetry]
name = "poetry-plugin-export"
version = "1.6.0"
version = "1.8.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not 1.7.0? there is no need to keep the plugin version synchronized with the poetry version

skipping a version will just cause people to raise issues asking why

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it to 1.7.0

@@ -20,8 +18,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.8"
poetry = "^1.6.0"
poetry-core = "^1.7.0"
poetry = "^1.8.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this plugin imports directly from poetry-core, so it should explicitly depend on it

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, I was trying to find the import but didn't see it, let me fix that.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Omg... searched for the wrong import string, too much js ugh

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants