Skip to content

Commit 25bc5e2

Browse files
committed
Bump Citus version to 13.0.1
1 parent 13c8850 commit 25bc5e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/update-pgxn-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
3333

3434
- name: Clone Tools branch
35-
run: git clone --depth 1 --branch v0.8.24 https://github.com/citusdata/tools.git
35+
run: git clone --depth 1 --branch release-13.0 https://github.com/citusdata/tools.git
3636

3737
- name: Install Python requirements
3838
run: python -m pip install -r tools/packaging_automation/requirements.txt

Diff for: META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "citus",
33
"abstract": "Scalable PostgreSQL for real-time workloads",
44
"description": "Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.",
5-
"version": "12.1.6",
5+
"version": "13.0.1",
66
"maintainer": "\"Citus Data\" <[email protected]>",
77
"license": "agpl_3",
88
"provides": {
99
"citus": {
1010
"abstract": "Citus Distributed Database",
1111
"file": "citus.so",
1212
"docfile": "README.md",
13-
"version": "12.1.6"
13+
"version": "13.0.1"
1414
}
1515
},
1616
"prereqs": {

Diff for: pkgvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pkgname=citus
22
pkgdesc='Citus (Open-Source)'
3-
pkglatest=12.1.6
3+
pkglatest=13.0.1

0 commit comments

Comments
 (0)