Conversation
There was a problem hiding this comment.
Greptile Summary
This PR performs a standard version bump from v5.26.1 to v5.27.0 in the WorkOS Python SDK. The change updates the __version__ variable in the workos/__about__.py file, which serves as the single source of truth for package metadata used by setup.py during distribution and by the SDK itself for version reporting.
This version bump follows semantic versioning conventions, indicating a minor release that likely includes new features, enhancements, or non-breaking changes. The PR description references PR #469, which presumably contains the actual feature changes that necessitated this version increment. The __about__.py file is a standard Python packaging pattern where version information and other package metadata are centralized in a single location to avoid duplication and ensure consistency across the codebase.
When this PR is merged and the package is built, users will be able to install version 5.27.0 via pip, and the SDK will correctly report its version number through standard Python package introspection mechanisms.
Confidence score: 5/5
- This PR is extremely safe to merge with virtually no risk of causing issues
- Score reflects the minimal nature of the change - only updating a version string constant with no logic changes
- No files require special attention as this is a straightforward metadata update
1 file reviewed, no comments
Description
version bump that includes:
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.