We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf33e2 commit 12f2d75Copy full SHA for 12f2d75
VERSION
@@ -1 +1 @@
1
-15.0.0rc5
+15.0.0
src/main/aerospike.c
@@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike)
138
PyMODINIT_FUNC PyInit_aerospike(void)
139
{
140
141
- const char version[] = "15.0.0rc5";
+ const char version[] = "15.0.0";
142
// Makes things "thread-safe"
143
Py_Initialize();
144
int i = 0;
0 commit comments