Skip to content

Commit 85eacde

Browse files
authored
Merge pull request #876 from vespa-engine/thomasht86/release-0.46.0
Release version `0.46.0`
2 parents 9dd370a + f64982d commit 85eacde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pyvespa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: pyvespa - Release and upload PyPI
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
5+
# release: Disable auto-release until actions are approved
6+
# types: [published]
77

88
jobs:
99
update_version:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pyvespa"
9-
version = "0.45.0"
9+
version = "0.46.0"
1010
description = "Python API for vespa.ai"
1111
readme = "README.md"
1212
keywords = ["vespa", "search engine", "data science"]

vespa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
22

3-
__version__ = "0.45.0"
3+
__version__ = "0.46.0"

0 commit comments

Comments
 (0)