Skip to content

Conversation

@awolfden
Copy link
Contributor

Description

Updates version to 5.31.0 for minor update adding list and revoke session methods

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.

@awolfden awolfden requested a review from a team as a code owner October 14, 2025 18:48
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 Overview

Summary

Version bumped from 5.30.0 to 5.31.0 following the merge of PR #483 which added list sessions and revoke session methods.

  • Minor version increment follows semantic versioning correctly for new feature additions
  • No code changes beyond version string update
  • Aligns with the PR description stating this is a minor update for new session management methods

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Score reflects a trivial, low-risk change: a single line version string update that follows semantic versioning conventions and aligns with the recently merged features in PR #483
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.30.0 to 5.31.0 for minor release with new session methods

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #484
    participant Ver as __about__.py
    participant Pkg as Package Distribution

    Dev->>PR: Create version bump PR
    PR->>Ver: Update __version__ = "5.31.0"
    Note over Ver: Single line change<br/>5.30.0 → 5.31.0
    Ver->>Pkg: New version available
    Pkg->>Pkg: Build and publish to PyPI
    Note over Pkg: Users can now install<br/>workos==5.31.0
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@awolfden awolfden merged commit 15bf6e3 into main Oct 14, 2025
6 checks passed
@awolfden awolfden deleted the update-version-to-5.31.0 branch October 14, 2025 18:55
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.

3 participants