PYTHON-6072 - Update changelog for 4.18 release - #3038
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to release metadata (version string and changelog date) and are internally consistent with no functional impact.
Pull request overview
This PR finalizes the PyMongo 4.18.0 release metadata by setting the release date in the changelog and switching the library version from a development suffix to the final release version.
Changes:
- Set the 4.18.0 changelog header date to 2026/09/03.
- Bumped
__version__from4.18.0.dev0to4.18.0.
File summaries
| File | Description |
|---|---|
| pymongo/_version.py | Updates the reported PyMongo version to the final 4.18.0 release string. |
| doc/changelog.rst | Finalizes the 4.18.0 changelog header date for the release. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
sleepyStick
approved these changes
Sep 3, 2026
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.
PYTHON-6072
Changes in this PR
Sets the PyMongo 4.18.0 release date and finalizes the version for release.
pymongo/_version.pyfrom 4.18.0.dev0 to 4.18.0.Test Plan
No functional code changed. pre-commit hooks (ruff, ruff-format, synchro, rstcheck) passed on commit.
Checklist
Checklist for Author
Checklist for Reviewer