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

Fix failure to update __version__ #481

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Jun 25, 2024

During our release process, the _version.py file wasn't updated as it should been so when inspecting __version__ we actually just got 4.1.1-0.dev in the released package where we expected 4.2.0.

@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "4.1.1-0.dev"
__version__ = "4.2.1-0.dev"
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the current version declared in pyproject.toml for tbump, so its just updating it to match.

@consideRatio
Copy link
Member Author

Tests are unrelated and failing in main branch, I'm self merging this minor fix.

@consideRatio consideRatio merged commit 2e1d700 into jupyterhub:main Jun 25, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant