Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 568cb6a

Browse files
committed
Version was 3.3 but last released version was 3.1. Setting to match rest
of the documentation in preparation for upcoming release.
1 parent fb5f1b2 commit 568cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/python/pgmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <string.h>
3737

3838
static PyObject *PGError;
39-
static const char *PyPgVersion = "3.3";
39+
static const char *PyPgVersion = "3.2";
4040

4141
/* taken from fileobject.c */
4242
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))

0 commit comments

Comments
 (0)