Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.0...0.4.1) (2025-07-07)


### Bug Fixes

* Gracefully cast for numeric flag evaluations ([#27](https://github.com/launchdarkly/openfeature-python-server/issues/27)) ([7429f28](https://github.com/launchdarkly/openfeature-python-server/commit/7429f28824fadfb994960dcd698e89761aebe44e))

## [0.4.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.3.0...0.4.0) (2025-06-26)


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
author = u'LaunchDarkly'

# The short X.Y version.
version = '0.4.0' # x-release-please-version
version = '0.4.1' # x-release-please-version
# The full version, including alpha/beta/rc tags.
release = '0.4.0' # x-release-please-version
release = '0.4.1' # x-release-please-version


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-openfeature-server"
version = "0.4.0"
version = "0.4.1"
description = "An OpenFeature provider for the LaunchDarkly Python server SDK"
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down