Conversation
There was a problem hiding this comment.
Greptile Summary
This PR performs a standard version bump from 5.24.0 to 5.25.0 in the workos/__about__.py file. This change is part of a release cycle to publish new functionality that was added in issue #462, specifically the addition of a delete_organization_domain method to the Organizations SDK module.
The version increment follows semantic versioning conventions where the minor version (middle number) is bumped when new functionality is added in a backwards-compatible manner. The __version__ variable in __about__.py is used by setup.py during the package build process and serves as the canonical source of truth for the package version that gets published to PyPI.
This type of version bump is a standard practice in the WorkOS Python SDK release workflow, allowing users to upgrade and access new features while maintaining compatibility with existing code. The change integrates with the existing package distribution system and follows the established patterns used throughout the repository's release history.
Confidence score: 5/5
- This is an extremely safe change that simply updates a version string with no functional code modifications
- Version bumps are routine maintenance operations with minimal risk of introducing bugs or breaking changes
- No files need additional attention as this is a single-line metadata change
1 file reviewed, no comments
Description
Version bump to publish
#462
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.
https://github.com/workos/workos/pull/42288