Skip to content

Commit ba1aac9

Browse files
authored
Release 2.7.10 (#1095)
1 parent 8b5029b commit ba1aac9

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
packageVersion:
7-
default: "2.7.6"
7+
default: "2.7.10"
88
jobs:
99
#
1010
# PostgresML extension.

.github/workflows/ubuntu-postgresml-python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
packageVersion:
7-
default: "2.7.4"
7+
default: "2.7.10"
88

99
jobs:
1010
postgresml-python:

packages/postgresml-python/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
77
deb_dir="/tmp/postgresml-python/deb-build"
88
major=${1:-"14"}
99

10-
export PACKAGE_VERSION=${1:-"2.7.4"}
10+
export PACKAGE_VERSION=${1:-"2.7.10"}
1111
export PYTHON_VERSION=${2:-"3.10"}
1212

1313
if [[ $(arch) == "x86_64" ]]; then

packages/postgresml/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: ${PACKAGE_VERSION}
33
Section: database
44
Priority: optional
55
Architecture: all
6-
Depends: postgresml-python (>= 2.7.4), postgresql-pgml-${PGVERSION} (>= ${PACKAGE_VERSION})
6+
Depends: postgresml-python (>= 2.7.10), postgresql-pgml-${PGVERSION} (>= ${PACKAGE_VERSION})
77
Maintainer: PostgresML <team@postgresml.org>
88
Homepage: https://postgresml.org
99
Description: PostgresML - Generative AI and Simple ML inside PostgreSQL

packages/postgresml/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
55

6-
export PACKAGE_VERSION=${1:-"2.7.4"}
6+
export PACKAGE_VERSION=${1:-"2.7.10"}
77
export PGVERSION=${2:-"14"}
88

99
deb_dir="/tmp/postgresml/deb-build"

pgml-extension/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml"
3-
version = "2.7.9"
3+
version = "2.7.10"
44
edition = "2021"
55

66
[lib]

pgml-extension/sql/pgml--2.7.9--2.7.10.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)