Skip to content

Conversation

@stanleyphu
Copy link
Contributor

Description

Version bump that includes #502

@stanleyphu stanleyphu requested a review from a team as a code owner December 17, 2025 02:42
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 17, 2025

Greptile Overview

Greptile Summary

Version bump from 5.36.0 to 5.37.0 to release the new list_feature_flags method added in PR #502.

  • Minor version increment follows semantic versioning for new feature addition
  • No functional changes in this PR, only version metadata update

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a straightforward version bump with a single line change to increment the version number. The change follows semantic versioning conventions (minor version bump for new feature) and includes no code changes that could introduce bugs or security issues.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.36.0 to 5.37.0 to include new list_feature_flags functionality

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant CI as CI/CD Pipeline
    participant PyPI as PyPI Registry
    
    Dev->>Repo: Merge PR #502 (add list_feature_flags)
    Dev->>Repo: Update version 5.36.0 → 5.37.0
    Dev->>Repo: Create PR #503 (version bump)
    Repo->>CI: Trigger build and tests
    CI->>CI: Run pytest, mypy, flake8
    CI-->>Repo: All checks pass
    Dev->>Repo: Merge PR #503
    CI->>PyPI: Publish v5.37.0 package
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@stanleyphu stanleyphu merged commit 610d8b9 into main Dec 17, 2025
8 checks passed
@stanleyphu stanleyphu deleted the v5.37.0 branch December 17, 2025 02:51
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