Skip to content

Commit

Permalink
Merge pull request #876 from vespa-engine/thomasht86/release-0.46.0
Browse files Browse the repository at this point in the history
Release version `0.46.0`
  • Loading branch information
kkraune authored Aug 16, 2024
2 parents 9dd370a + f64982d commit 85eacde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyvespa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: pyvespa - Release and upload PyPI

on:
workflow_dispatch:
release:
types: [published]
# release: Disable auto-release until actions are approved
# types: [published]

jobs:
update_version:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyvespa"
version = "0.45.0"
version = "0.46.0"
description = "Python API for vespa.ai"
readme = "README.md"
keywords = ["vespa", "search engine", "data science"]
Expand Down
2 changes: 1 addition & 1 deletion vespa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

__version__ = "0.45.0"
__version__ = "0.46.0"

0 comments on commit 85eacde

Please sign in to comment.