Skip to content

Commit 9ca20db

Browse files
chore: release main (#358)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 2cc3589 commit 9ca20db

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,7 +1,7 @@
11
{
22
"flipt-java": "1.1.2",
33
"flipt-node": "1.2.0",
4-
"flipt-python": "1.4.0",
4+
"flipt-python": "1.4.1",
55
"flipt-rust": "1.1.1",
66
"flipt-php": "1.1.0",
77
"flipt-csharp": "0.0.2"

flipt-python/CHANGELOG.md

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

3+
## [1.4.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.4.0...flipt-python-v1.4.1) (2024-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **python:** set default namespace for list/get flags ([#357](https://github.com/flipt-io/flipt-server-sdks/issues/357)) ([2cc3589](https://github.com/flipt-io/flipt-server-sdks/commit/2cc358991aa1816f2be1bd39b560e3df426a2f78))
9+
310
## [1.4.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.3.0...flipt-python-v1.4.0) (2024-04-12)
411

512

flipt-python/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 = "flipt"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Flipt Server SDK"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)