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 fb5f1b2 commit 568cb6aCopy full SHA for 568cb6a
src/interfaces/python/pgmodule.c
@@ -36,7 +36,7 @@
36
#include <string.h>
37
38
static PyObject *PGError;
39
-static const char *PyPgVersion = "3.3";
+static const char *PyPgVersion = "3.2";
40
41
/* taken from fileobject.c */
42
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))
0 commit comments