Skip to content

Conversation

@jurajmajerik
Copy link
Contributor

@jurajmajerik jurajmajerik commented Aug 21, 2025

Problem

Forgot to bump version to 6.6.1 in my previous PR

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jurajmajerik jurajmajerik requested a review from a team August 21, 2025 13:51
@dmarticus dmarticus moved this to In Review in Feature Flags Aug 21, 2025
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 version bump from 6.6.0 to 6.6.1 in the PostHog Python SDK. The changes include updating the version string in posthog/version.py and adding a corresponding entry to CHANGELOG.md documenting a bug fix that prevents a NoneType error when group_properties is None.

This is a standard patch release following semantic versioning conventions. The version bump addresses a defensive programming issue where the SDK would previously crash with a 'NoneType' object has no attribute 'get' error when the group_properties parameter was passed as None instead of a dictionary. The fix was implemented in PR #312 but the version bump was inadvertently missed, making this PR a housekeeping task to properly release the fix.

The changes integrate well with the existing codebase structure - the version file follows the established pattern with a simple VERSION constant, and the CHANGELOG entry maintains consistency with the project's documentation standards by including the version number, date, and descriptive fix entry.

Confidence score: 5/5

  • This PR is safe to merge with minimal risk as it contains only version metadata updates
  • Score reflects the straightforward nature of version bumps and proper documentation practices
  • No files require special attention as both changes are standard administrative updates

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@github-project-automation github-project-automation bot moved this from In Review to Approved in Feature Flags Aug 21, 2025
@jurajmajerik jurajmajerik merged commit fb38447 into master Aug 21, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in Feature Flags Aug 21, 2025
@jurajmajerik jurajmajerik deleted the version-bump-6.6.1 branch August 21, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants