Version was 3.3 but last released version was 3.1. Setting to match rest

of the documentation in preparation for upcoming release.
REL7_2_STABLE
D'Arcy J.M. Cain 24 years ago
parent fb5f1b2c13
commit 568cb6ab5c
  1. 2
      src/interfaces/python/pgmodule.c

@ -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…
Cancel
Save