From ed45d73895c3ca9e45888de940bc6da188c68ffb Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:43:43 -0800 Subject: [PATCH] Bump version to 14.0.0 (#544) Co-authored-by: juliannguyen4 --- VERSION | 2 +- src/main/aerospike.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index edb5a5518..4b964e965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0-rc.9 +14.0.0 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index 38a3a8b42..966abf69f 100644 --- a/src/main/aerospike.c +++ b/src/main/aerospike.c @@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike) PyMODINIT_FUNC PyInit_aerospike(void) { - const char version[] = "14.0.0-rc.9"; + const char version[] = "14.0.0"; // Makes things "thread-safe" Py_Initialize(); int i = 0;