Author: darcy Date: Fri Mar 18 10:20:48 2016 New Revision: 860 Log: Prepare to release 4.2.2.
Modified: branches/4.x/mktar branches/4.x/setup.py Modified: branches/4.x/mktar ============================================================================== --- branches/4.x/mktar Fri Mar 18 09:09:03 2016 (r859) +++ branches/4.x/mktar Fri Mar 18 10:20:48 2016 (r860) @@ -1,6 +1,6 @@ #! /bin/sh -VERSION=4.2.1 +VERSION=4.2.2 DISTDIR=/u/pyg/files # some safety tests Modified: branches/4.x/setup.py ============================================================================== --- branches/4.x/setup.py Fri Mar 18 09:09:03 2016 (r859) +++ branches/4.x/setup.py Fri Mar 18 10:20:48 2016 (r860) @@ -1,7 +1,7 @@ #! /usr/bin/python # $Id$ -"""Setup script for PyGreSQL version 4.2.1 +"""Setup script for PyGreSQL version 4.2.2 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.1' +version = '4.2.2' import sys _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
