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 23.12 #710

Merged
merged 28 commits into from
Dec 22, 2023
Merged

Release 23.12 #710

merged 28 commits into from
Dec 22, 2023

Conversation

glyph
Copy link
Member

@glyph glyph commented Dec 21, 2023

No description provided.

@glyph glyph requested a review from a team as a code owner December 21, 2023 22:13
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4b1b3cd) 99.07% compared to head (d156615) 99.07%.

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.
📢 Have feedback on the report? Share it here.

@glyph
Copy link
Member Author

glyph commented Dec 22, 2023

@dreid and @rouge8 I think that the release automation & docs are fixed in this branch. Either of you want to do a quick review here?


from incremental import Version

__version__ = Version("klein", 23, 5, 0)
__version__ = Version("Klein", 23, 12, 0, release_candidate=7)
Copy link
Contributor

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?

Copy link
Member Author

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.

Copy link
Contributor

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!

Copy link
Member Author

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"? :)

@glyph glyph enabled auto-merge December 22, 2023 16:30
@glyph glyph disabled auto-merge December 22, 2023 16:39
@glyph glyph merged commit a2bfc12 into trunk Dec 22, 2023
26 checks passed
@glyph glyph deleted the release-23.12 branch December 22, 2023 16:39
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