Skip to content

Commit 7be849b

Browse files
chore: release main (#178)
* chore: release main * chore: fix versions --------- Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> Co-authored-by: Mark Phelps <[email protected]>
1 parent 1bd46c4 commit 7be849b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"flipt-java": "1.1.0",
33
"flipt-node": "1.0.0",
4-
"flipt-python": "1.3.0",
4+
"flipt-python": "1.4.0",
55
"flipt-rust": "1.1.0",
66
"flipt-php": "1.0.2"
77
}

flipt-python/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* **python:** allow setting arbitrary headers ([#175](https://github.com/flipt-io/flipt-server-sdks/issues/175)) ([a1eb181](https://github.com/flipt-io/flipt-server-sdks/commit/a1eb181f4fce7da2f6d82e8cb7688c45b305c630))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 1.4.0 ([1bd46c4](https://github.com/flipt-io/flipt-server-sdks/commit/1bd46c46118ea679772b48bb837136dd66ab5fdd))
14+
315
## [1.3.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.2.0...flipt-python-v1.3.0) (2024-03-22)
416

517

flipt-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flipt"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Flipt Server SDK"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)