Skip to content

Commit 3ee059c

Browse files
chore(main): release 3.9.0 (#119)
* chore(main): release 3.9.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 59b5469 commit 3ee059c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.0"
2+
".": "3.9.0"
33
}

CHANGELOG.md

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

3+
## [3.9.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.8.0...v3.9.0) (2025-04-01)
4+
5+
### Features
6+
7+
- Add utility functions for webhooks
8+
([3d8df11](https://github.com/Flagsmith/flagsmith-python-client/commit/3d8df11ddf4656c5f20c0f558e1d7a3af412b960))
9+
310
## [3.8.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.7.0...v3.8.0) (2024-08-12)
411

512
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "3.8.0"
3+
version = "3.9.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)