Author: darcy Date: Sat Dec 5 11:03:22 2015 New Revision: 659 Log: Change version to 5.0. Add Cito to introduction page and acknowledge other contributors.
Modified: trunk/docs/conf.py trunk/docs/introduction.txt trunk/docs/readme.txt Modified: trunk/docs/conf.py ============================================================================== --- trunk/docs/conf.py Sat Dec 5 10:53:27 2015 (r658) +++ trunk/docs/conf.py Sat Dec 5 11:03:22 2015 (r659) @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '4.2' +version = '5.0' # The full version, including alpha/beta/rc tags. -release = '4.2' +release = '5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Modified: trunk/docs/introduction.txt ============================================================================== --- trunk/docs/introduction.txt Sat Dec 5 10:53:27 2015 (r658) +++ trunk/docs/introduction.txt Sat Dec 5 11:03:22 2015 (r659) @@ -35,7 +35,11 @@ PyGreSQL is developed and tested on a NetBSD system, but it should also run on most other platforms where PostgreSQL and Python is running. It is based on the PyGres95 code written by Pascal Andre ([email protected]). -D'Arcy ([email protected]) renamed it to PyGreSQL starting with +D'Arcy ([email protected]) renamed it to PyGreSQL starting with version 2.0 and serves as the "BDFL" of PyGreSQL. +PyGreSQL is developed and tested by the core team of D'Arcy Cain +([email protected]) and Christoph Zwerschke ([email protected]) as +well as many contributors through the mailing list. See the change +log for specific acknowledgments. The current version PyGreSQL 5.0 needs PostgreSQL 9.0 and Python 2.6 or above. Modified: trunk/docs/readme.txt ============================================================================== --- trunk/docs/readme.txt Sat Dec 5 10:53:27 2015 (r658) +++ trunk/docs/readme.txt Sat Dec 5 11:03:22 2015 (r659) @@ -3,7 +3,7 @@ ========================================== -------------------- -PyGreSQL version 4.2 +PyGreSQL version 5.0 -------------------- .. meta:: @@ -107,9 +107,9 @@ A **FreeBSD package** is available in their ports collection * http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/py-PyGreSQL/ A **Win32 package** for various Python versions is available at - * http://pygresql.org/files/PyGreSQL-4.2.win32-py2.5.exe - * http://pygresql.org/files/PyGreSQL-4.2.win32-py2.6.exe - * http://pygresql.org/files/PyGreSQL-4.2.win32-py2.7.exe + * http://pygresql.org/files/PyGreSQL-5.0.win32-py2.5.exe + * http://pygresql.org/files/PyGreSQL-5.0.win32-py2.6.exe + * http://pygresql.org/files/PyGreSQL-5.0.win32-py2.7.exe You can also find PyGreSQL on the **Python Package Index** at * http://pypi.python.org/pypi/PyGreSQL/ _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
