Skip to content

version bump to v5.25.0#463

Merged
ajworkos merged 1 commit intomainfrom
v5.25.0
Jul 31, 2025
Merged

version bump to v5.25.0#463
ajworkos merged 1 commit intomainfrom
v5.25.0

Conversation

@ajworkos
Copy link
Contributor

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.

[x] Yes

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

@ajworkos ajworkos requested a review from a team as a code owner July 31, 2025 11:37
@ajworkos ajworkos requested a review from alisherry July 31, 2025 11:37
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

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

Edit Code Review Bot Settings | Greptile

@ajworkos ajworkos merged commit 10b70fa into main Jul 31, 2025
6 checks passed
@ajworkos ajworkos deleted the v5.25.0 branch July 31, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants