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

Commit 588463a

Browse files
committed
Make sure that everything says version 3.2.
1 parent 54e374c commit 588463a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/interfaces/python/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 3.2
99
- Add WIN32 support (gerhard@bigfoot.de)
1010
- Fix some DB-API quoting problems (niall.smart@ebeon.com)
1111
- Moved development into PostgreSQL development tree.
12+
- Added NUMERICOID to list of returned types.
1213

1314
Version 3.1
1415
- Fix some quoting functions. In particular handle NULLs better.

src/interfaces/python/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ based on the PyGres95 code written by Pascal Andre, andre@chimay.via.ecp.fr.
6464
I changed the version to 2.0 and updated the code for Python 1.5 and
6565
PostgreSQL 6.2.1. While I was at it I upgraded the code to use full ANSI
6666
style prototypes and changed the order of arguments to connect. The latest
67-
version of PyGreSQL works with PostgreSQL 6.5 and Python 1.5.2.
67+
version of PyGreSQL works with PostgreSQL 7.1.2 and Python 2.0.
6868

6969

7070
1.2. Distribution files

src/interfaces/python/pgmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define NUMERICOID 1700
4747

4848
static PyObject *PGError;
49-
static const char *PyPgVersion = "3.1";
49+
static const char *PyPgVersion = "3.2";
5050

5151
/* taken from fileobject.c */
5252
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))

0 commit comments

Comments
 (0)