-
Notifications
You must be signed in to change notification settings - Fork 96
Create new 2.10.0 Release #237
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
Labels
Enhancement
Not a bug, but increases or improves in value, quality, desirability, or attractiveness
Infra
All about infrastructure (GitHub Action, project build etc.)
Release_2.x.y
Only for the major release 2
Comments
Ok let's publish 2.10.0 |
tomschr
added a commit
to tomschr/python-semver
that referenced
this issue
Apr 19, 2020
* Module level functions like `semver.bump_version` are still available in the documentation, but they play a much less important role now. The preferred way is to use semver.Versioninfo instances to use. * Replace 2.9.2 -> 2.10.0 due to python-semver#237
tomschr
added a commit
to tomschr/python-semver
that referenced
this issue
Apr 19, 2020
* Module level functions like `semver.bump_version` are still available in the documentation, but they play a much less important role now. The preferred way is to use semver.Versioninfo instances to use. * Replace 2.9.2 -> 2.10.0 due to python-semver#237 * Fix docstring examples
tomschr
added a commit
to tomschr/python-semver
that referenced
this issue
Apr 19, 2020
* Module level functions like `semver.bump_version` are still available in the documentation, but they play a much less important role now. The preferred way is to use semver.Versioninfo instances to use. * Replace 2.9.2 -> 2.10.0 due to python-semver#237 * Fix docstring examples
A first RC1 is available at TestPyPI: https://test.pypi.org/project/semver/2.10.0rc2/ |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
Not a bug, but increases or improves in value, quality, desirability, or attractiveness
Infra
All about infrastructure (GitHub Action, project build etc.)
Release_2.x.y
Only for the major release 2
Uh oh!
There was an error while loading. Please reload this page.
Situation
IMHO, we should create a new release with all the new additions. 🎉 😄
Proposal
We should finish/clarify the following issues before we create the release:
Deprecate module level functions #229: "Deprecate module level functions"Shift focus on semver.VersionInfo.* functions #235: "Shift focus on semver.VersionInfo.* functions"Deprecate missing module-level functions (like semver.compare, semver.match, ...) #236: "Deprecate semver.match?"First implementation of next_version #222 : "First implementation of next_version"Add__getitem__
method to allow easy access to version parts #138: "Add__getitem__
method"Questions
Should we create a new 2.9.2 release or 2.10.0? The latter seems to be more appropriate according to the semver specification item 7 (emphasize by me):
@python-semver/reviewers @gsakkis: Opinions?
Update 2020-04-25: Add pr #222 to the list.
The text was updated successfully, but these errors were encountered: