Author: darcy
Date: Thu Nov 26 10:37:37 2015
New Revision: 632

Log:
Prepare setup script for 4.2.

Modified:
   branches/4.x/module/setup.py

Modified: branches/4.x/module/setup.py
==============================================================================
--- branches/4.x/module/setup.py        Thu Nov 26 10:34:58 2015        (r631)
+++ branches/4.x/module/setup.py        Thu Nov 26 10:37:37 2015        (r632)
@@ -1,7 +1,7 @@
 #! /usr/bin/python
 # $Id$
 
-"""Setup script for PyGreSQL version 4.1
+"""Setup script for PyGreSQL version 4.2
 
 PyGreSQL is an open-source Python module that interfaces to a
 PostgreSQL database. It embeds the PostgreSQL query library to allow
@@ -21,7 +21,7 @@
 * PostgreSQL pg_config tool (usually included in the devel package)
   (the Windows installer has it as part of the database server feature)
 
-The supported versions are Python 2.5-2.7 and PostgreSQL 8.3-9.2.
+The supported versions are Python 2.5-2.7 and PostgreSQL 8.3-9.4.
 
 Use as follows:
 python setup.py build   # to build the module
@@ -35,7 +35,7 @@
 
 """
 
-version = '4.1.2a1'
+version = '4.2'
 
 
 import sys
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to