-
Notifications
You must be signed in to change notification settings - Fork 120
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 23.12 #710
Release 23.12 #710
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #710 +/- ##
=======================================
Coverage 99.07% 99.07%
=======================================
Files 46 46
Lines 3986 3986
Branches 531 531
=======================================
Hits 3949 3949
Misses 23 23
Partials 14 14 ☔ View full report in Codecov by Sentry. |
src/klein/_version.py
Outdated
|
||
from incremental import Version | ||
|
||
__version__ = Version("klein", 23, 5, 0) | ||
__version__ = Version("Klein", 23, 12, 0, release_candidate=7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need to remove the release candidate here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the final step in release.py
. It does an python -m incremental.update --final
and that removes the rc
from the version number, both here and in all the @since
's that are lying around throughout the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay, in that case this looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
want to make that official with an "approve"? :)
No description provided.