We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f633c commit 23d5916Copy full SHA for 23d5916
2 files changed
pyproject.toml
@@ -1,5 +1,6 @@
1
[project]
2
name = "openfeature-provider-flagsmith"
3
+version = "0.1.1"
4
description = "Openfeature provider for Flagsmith"
5
authors = [
6
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }
@@ -14,7 +15,6 @@ dependencies = [
14
15
[tool.poetry]
16
requires-poetry = ">=2.0"
17
packages = [{ include = "openfeature_flagsmith" }]
-version = "0.1.1"
18
19
[tool.poetry.group.dev.dependencies]
20
pytest = "^8.0.2"
release-please-config.json
@@ -2,7 +2,7 @@
"bootstrap-sha": "374e83b797fbc644ce1e5e3d14ac7acce3a9b44f",
"packages": {
".": {
- "release-type": "simple",
+ "release-type": "python",
"changelog-path": "CHANGELOG.md",
7
"bump-minor-pre-major": false,
8
"bump-patch-for-minor-pre-major": false,
0 commit comments