Bump version to 2.0.4 and make constants.py the single source of truth - #222
Open
Saegl wants to merge 1 commit into
Open
Bump version to 2.0.4 and make constants.py the single source of truth#222Saegl wants to merge 1 commit into
Saegl wants to merge 1 commit into
Conversation
Saegl
force-pushed
the
fix/version-bump-2.0.4
branch
from
August 4, 2026 20:48
f5b9b60 to
1f1a5dc
Compare
|
@igorhrcek Could you please take a look at this issue? This problem is currently preventing MailerSend Async v2.0.4 from being released to PyPI. Please fix the issue and release a new version to PyPI once the fix is in place. It would be great to get this resolved so we can proceed with the updated release. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The project currently has version drift:
__init__.pyreports version2.0.0.constants.pyandpyproject.tomlreport version2.0.3.2.0.4release.This mismatch caused the PyPI publishing workflow to fail:
https://github.com/mailersend/mailersend-python/actions/runs/29732208568/job/88319075241
This PR makes the version in
constants.pythe single source of truth:__init__.pynow imports the version fromconstants.py.pyproject.tomlnow usesdynamic = ["version"].More information about this approach:
Follow-up required
Merging this PR alone will not fix the existing PyPI release. A maintainer will also need to update the Git tag and rerun the
build-n-publishworkflow:Alternatively, a new
v2.0.5release can be created if force-updating the existing tag is not desirable.