Skip to content

Commit

Permalink
chore(main): release arize-phoenix 5.1.1 (#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Sep 30, 2024
1 parent 8f929eb commit 7db4a76
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"5.1.0","packages/phoenix-evals":"0.16.1","packages/phoenix-otel":"0.5.1"}
{".":"5.1.1","packages/phoenix-evals":"0.16.1","packages/phoenix-otel":"0.5.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v5.1.0...arize-phoenix-v5.1.1) (2024-09-30)


### Bug Fixes

* support numpy 2 ([#4798](https://github.com/Arize-ai/phoenix/issues/4798)) ([c4baea4](https://github.com/Arize-ai/phoenix/commit/c4baea40af5058b5aefcef3f283aba53b8770199))

## [5.1.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v5.0.0...arize-phoenix-v5.1.0) (2024-09-27)


Expand Down
25 changes: 4 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,32 +146,15 @@ build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/phoenix"]
exclude = [
"src/phoenix/evals/",
"src/phoenix/otel/",
]
artifacts = [
"src/phoenix/server/static",
"src/phoenix/db/migrations",
]
exclude = ["src/phoenix/evals/"]
artifacts = ["src/phoenix/server/static", "src/phoenix/db/migrations"]

[tool.hatch.build]
only-packages = true

[tool.hatch.build.targets.sdist]
exclude = [
"packages/",
"src/phoenix/evals/",
"src/phoenix/otel/",
"tests/",
"integration_tests/",
"scripts/",
"examples/",
]
artifacts = [
"src/phoenix/server/static",
"src/phoenix/db/migrations",
]
exclude = ["src/phoenix/evals/", "packages/"]
artifacts = ["src/phoenix/server/static", "src/phoenix/db/migrations"]

[tool.hatch.envs.default]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/phoenix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.0"
__version__ = "5.1.1"

0 comments on commit 7db4a76

Please sign in to comment.