Skip to content

Commit bb50389

Browse files
release: prepare analytics 5.3.0 (#186)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8dece95 commit bb50389

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v5.3.0](https://github.com/mixpanel/mixpanel-python/tree/v5.3.0) (2026-07-24)
4+
5+
### Fixes
6+
- close _async_client on sync __exit__ and shutdown() (SDK-85) ([#184](https://github.com/mixpanel/mixpanel-python/pull/184))
7+
- allow capability to offload reportExposure to async thread (SDK-80) ([#181](https://github.com/mixpanel/mixpanel-python/pull/181))
8+
- distinguish fallback reasons + forward backend error message (SDK-79, SDK-83) ([#180](https://github.com/mixpanel/mixpanel-python/pull/180))
9+
10+
[Full Changelog](https://github.com/mixpanel/mixpanel-python/compare/v5.2.0...v5.3.0)
11+
312
## [v5.2.0](https://github.com/mixpanel/mixpanel-python/tree/v5.2.0) (2026-07-10)
413

514
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mixpanel-python
22

3-
##### _July 10, 2026_ - [v5.2.0](https://github.com/mixpanel/mixpanel-python/releases/tag/v5.2.0)
3+
##### _July 24, 2026_ - [v5.3.0](https://github.com/mixpanel/mixpanel-python/releases/tag/v5.3.0)
44

55
[![PyPI](https://img.shields.io/pypi/v/mixpanel)](https://pypi.org/project/mixpanel)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mixpanel)](https://pypi.org/project/mixpanel)

mixpanel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .flags.remote_feature_flags import RemoteFeatureFlagsProvider
3131
from .flags.types import LocalFlagsConfig, RemoteFlagsConfig
3232

33-
__version__ = "5.2.0"
33+
__version__ = "5.3.0"
3434

3535
logger = logging.getLogger(__name__)
3636

0 commit comments

Comments
 (0)