Version was 3.3 but last released version was 3.1. Setting to match rest
of the documentation in preparation for upcoming release.
This commit is contained in:
parent
fb5f1b2c13
commit
568cb6ab5c
@ -36,7 +36,7 @@
|
||||
#include <string.h>
|
||||
|
||||
static PyObject *PGError;
|
||||
static const char *PyPgVersion = "3.3";
|
||||
static const char *PyPgVersion = "3.2";
|
||||
|
||||
/* taken from fileobject.c */
|
||||
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))
|
||||
|
Loading…
x
Reference in New Issue
Block a user