Skip to content

Commit

Permalink
Bump version to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Mar 18, 2024
1 parent ef2c07f commit f7a7c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion haupt/haupt/pkg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = "haupt"
VERSION = "2.1.3-rc3"
VERSION = "2.1.3"
DESC = (
"Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon."
)
Expand Down
1 change: 1 addition & 0 deletions haupt/haupt/schemas/platform_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ class PlatformConfig(BaseSchemaModel):
services_analytics_options: Optional[Dict] = Field(
alias="POLYAXON_ANALYTICS_OPTIONS", default={}
)
services_analytics_url: Optional[str] = Field(alias="POLYAXON_ANALYTICS_URL")
services_transactions_backend: Optional[str] = Field(
alias="POLYAXON_TRANSACTIONS_BACKEND"
)
Expand Down

0 comments on commit f7a7c91

Please sign in to comment.