Skip to content

Commit 16b3112

Browse files
chore(main): release 0.4.0 (#26)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](0.3.0...0.4.0) (2025-06-26) ### Features * Drop support for Python 3.8 (eol 2024-10-07) ([#25](#25)) ([026e5d0](026e5d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 026e5d0 commit 16b3112

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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-
".": "0.3.0"
2+
".": "0.4.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+
## [0.4.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.3.0...0.4.0) (2025-06-26)
4+
5+
6+
### Features
7+
8+
* Drop support for Python 3.8 (eol 2024-10-07) ([#25](https://github.com/launchdarkly/openfeature-python-server/issues/25)) ([026e5d0](https://github.com/launchdarkly/openfeature-python-server/commit/026e5d0e21011c9c64a4de575c96516f394ef7ab))
9+
310
## [0.3.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.2...0.3.0) (2024-10-04)
411

512

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
author = u'LaunchDarkly'
3131

3232
# The short X.Y version.
33-
version = '0.3.0' # x-release-please-version
33+
version = '0.4.0' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.3.0' # x-release-please-version
35+
release = '0.4.0' # x-release-please-version
3636

3737

3838
# -- General configuration ---------------------------------------------------

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 = "launchdarkly-openfeature-server"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "An OpenFeature provider for the LaunchDarkly Python server SDK"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)