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

Bump Version To 1.0.0 #8

Open
jvanderaa opened this issue Jul 13, 2021 · 0 comments
Open

Bump Version To 1.0.0 #8

jvanderaa opened this issue Jul 13, 2021 · 0 comments

Comments

@jvanderaa
Copy link

To help alleviate issues with Poetry zero-based resolution, it may be good to move this to a 1.0.0 release. If poetry add nornir-jinja2 is executed, Poetry will add the item as nornir-jinja2 = "^0.1.1" to the pyproject.toml file. The way Poetry handles this resolution is to allow 0.1.x to be installed. So newer users to Poetry will need to modify the pyproject.toml to being nornir-jinja2 = "^0" to get the desired resolution in similar fashion to 1.x and 2.x releases.

This is not a requirement by any means, but maybe an idea for the releases to help those just getting started and using Poetry for package management.

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

No branches or pull requests

1 participant