Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#7)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.1](0.1.0...0.1.1)
(2024-02-12)


### Bug Fixes

* Adjust docs and pypi badges
([#6](#6))
([688175d](688175d))

---
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>
  • Loading branch information
github-actions[bot] authored Feb 12, 2024
1 parent 688175d commit f5ccbdf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
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.1.0"
".": "0.1.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.1.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.1.0...0.1.1) (2024-02-12)


### Bug Fixes

* Adjust docs and pypi badges ([#6](https://github.com/launchdarkly/openfeature-python-server/issues/6)) ([688175d](https://github.com/launchdarkly/openfeature-python-server/commit/688175d1eaa13186fe061079e01944fc3a153871))

## 0.1.0 (2024-02-06)


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.1.0' # x-release-please-version
version = '0.1.1' # x-release-please-version
# The full version, including alpha/beta/rc tags.
release = '0.1.0' # x-release-please-version
release = '0.1.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.1.0"
version = "0.1.1"
description = "An OpenFeature provider for the LaunchDarkly Python server SDK"
authors = ["LaunchDarkly <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit f5ccbdf

Please sign in to comment.