Author: darcy Date: Fri Jan 22 11:19:40 2016 New Revision: 778 Log: Start preparing for minor release.
Modified: branches/4.x/setup.py Modified: branches/4.x/setup.py ============================================================================== --- branches/4.x/setup.py Fri Jan 22 09:27:21 2016 (r777) +++ branches/4.x/setup.py Fri Jan 22 11:19:40 2016 (r778) @@ -1,7 +1,7 @@ #! /usr/bin/python # $Id$ -"""Setup script for PyGreSQL version 4.2 +"""Setup script for PyGreSQL version 4.2.1 PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow @@ -32,7 +32,7 @@ """ -version = '4.2' +version = '4.2.1' import sys _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
