Author: darcy Date: Wed Jan 9 07:34:17 2013 New Revision: 516 Log: Seems that keyword expansion was never set up on these files.
Modified: trunk/docs/Makefile (props changed) trunk/docs/announce.txt (props changed) trunk/docs/changelog.rst (props changed) trunk/docs/changelog.txt (props changed) trunk/docs/classic.rst (props changed) trunk/docs/copyright.rst (props changed) trunk/docs/db_api.rst (props changed) trunk/docs/default.css (contents, props changed) trunk/docs/docs.css (props changed) trunk/docs/examples.rst (props changed) trunk/docs/future.rst (props changed) trunk/docs/future.txt (props changed) trunk/docs/index.html (contents, props changed) trunk/docs/index.rst (props changed) trunk/docs/install.rst (props changed) trunk/docs/install.txt (props changed) trunk/docs/interface.rst (props changed) trunk/docs/introduction.rst (props changed) trunk/docs/mailinglist.rst (props changed) trunk/docs/make.bat (props changed) trunk/docs/pg.txt (props changed) trunk/docs/pgdb.txt (props changed) trunk/docs/readme.txt (contents, props changed) trunk/docs/svn.rst (props changed) Modified: trunk/docs/default.css ============================================================================== --- trunk/docs/default.css Tue Jan 8 15:45:11 2013 (r515) +++ trunk/docs/default.css Wed Jan 9 07:34:17 2013 (r516) @@ -1,8 +1,8 @@ /* :Author: David Goodger :Contact: [email protected] -:Date: $Date: 2006-01-22 16:15:33 $ -:Revision: $Revision: 1.2 $ +:Date: $Date$ +:Revision: $Revision$ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. Modified: trunk/docs/index.html ============================================================================== --- trunk/docs/index.html Tue Jan 8 15:45:11 2013 (r515) +++ trunk/docs/index.html Wed Jan 9 07:34:17 2013 (r516) @@ -94,7 +94,7 @@ <body> <div id="title">PyGreSQL</div> - <div id="version">Version 4.1</div> + <div id="version">Version 4.2</div> <div id="banner"></div> <div id="bannertext">:: PostgreSQL module for Python ::</div> @@ -180,6 +180,5 @@ last update: $Date$.<br /> If you have any comments, <a href="mailto:[email protected]">send mail</a> to me. </div> - </body> </html> Modified: trunk/docs/readme.txt ============================================================================== --- trunk/docs/readme.txt Tue Jan 8 15:45:11 2013 (r515) +++ trunk/docs/readme.txt Wed Jan 9 07:34:17 2013 (r516) @@ -77,7 +77,7 @@ D'Arcy ([email protected]) renamed it to PyGreSQL starting with version 2.0 and serves as the "BDFL" of PyGreSQL. -The current version PyGreSQL 4.1 needs PostgreSQL 8.3 and Python 2.5 or above. +The current version PyGreSQL 4.2 needs PostgreSQL 8.3 and Python 2.5 or above. Where to get ... ? @@ -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.1.win32-py2.5.exe - * http://pygresql.org/files/PyGreSQL-4.1.win32-py2.6.exe - * http://pygresql.org/files/PyGreSQL-4.1.win32-py2.7.exe + * 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 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
