Author: cito
Date: Fri Jan  8 09:17:48 2016
New Revision: 701

Log:
Confirmed that PyGreSQL runs with PostgreSQL 9.5

All tests pass with PostgreSQL 9.5 on Ubuntu 64bit and Windows 7 32/64 bit.

Modified:
   branches/4.x/docs/contents/changelog.rst
   branches/4.x/module/setup.py

Modified: branches/4.x/docs/contents/changelog.rst
==============================================================================
--- branches/4.x/docs/contents/changelog.rst    Fri Jan  8 08:18:36 2016        
(r700)
+++ branches/4.x/docs/contents/changelog.rst    Fri Jan  8 09:17:48 2016        
(r701)
@@ -5,7 +5,7 @@
 -----------
 - Set a better default for the user option "escaping-funcs".
 - The supported Python versions are 2.4 to 2.7.
-- PostgreSQL is supported in all versions from 8.3 to 9.4.
+- PostgreSQL is supported in all versions from 8.3 to 9.5.
 - Force build to compile with no errors.
 - Fix decimal point handling.
 - Add option to return boolean values as bool objects.

Modified: branches/4.x/module/setup.py
==============================================================================
--- branches/4.x/module/setup.py        Fri Jan  8 08:18:36 2016        (r700)
+++ branches/4.x/module/setup.py        Fri Jan  8 09:17:48 2016        (r701)
@@ -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.4-2.7 and PostgreSQL 8.3-9.4.
+The supported versions are Python 2.4-2.7 and PostgreSQL 8.3-9.5.
 
 Use as follows:
 python setup.py build   # to build the module
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to