Author: cito
Date: Thu Jul 28 04:27:17 2016
New Revision: 882

Log:
Prepare for bugfix release 5.0.1

Modified:
   trunk/docs/announce.rst
   trunk/docs/conf.py
   trunk/docs/contents/changelog.rst
   trunk/docs/contents/pgdb/module.rst
   trunk/docs/download/download.rst

Modified: trunk/docs/announce.rst
==============================================================================
--- trunk/docs/announce.rst     Sat Jul 23 15:41:16 2016        (r881)
+++ trunk/docs/announce.rst     Thu Jul 28 04:27:17 2016        (r882)
@@ -2,11 +2,11 @@
 PyGreSQL Announcements
 ======================
 
--------------------------------
-Release of PyGreSQL version 5.0
--------------------------------
+---------------------------------
+Release of PyGreSQL version 5.0.1
+---------------------------------
 
-Release 5.0 of PyGreSQL.
+Release 5.0.1 of PyGreSQL.
 
 It is available at: http://pygresql.org/files/PyGreSQL-5.0.tar.gz.
 

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sat Jul 23 15:41:16 2016        (r881)
+++ trunk/docs/conf.py  Thu Jul 28 04:27:17 2016        (r882)
@@ -70,7 +70,7 @@
 # The short X.Y version.
 version = '5.0'
 # The full version, including alpha/beta/rc tags.
-release = '5.0'
+release = '5.0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: trunk/docs/contents/changelog.rst
==============================================================================
--- trunk/docs/contents/changelog.rst   Sat Jul 23 15:41:16 2016        (r881)
+++ trunk/docs/contents/changelog.rst   Thu Jul 28 04:27:17 2016        (r882)
@@ -16,7 +16,7 @@
 - Allow extra values that are not used in the command in the parameter dict
   passed to the query_formatted() method (as suggested by Justin Pryzby).
 - Unused classic connections were not properly garbage collected which could
-  cause memory leaks (reported by Justin Pryby).
+  cause memory leaks (reported by Justin Pryzby).
 - Made C extension compatible with MSVC 9 again (this was needed to compile for
   Python 2 on Windows).
 

Modified: trunk/docs/contents/pgdb/module.rst
==============================================================================
--- trunk/docs/contents/pgdb/module.rst Sat Jul 23 15:41:16 2016        (r881)
+++ trunk/docs/contents/pgdb/module.rst Thu Jul 28 04:27:17 2016        (r882)
@@ -38,6 +38,9 @@
 
     con = connect(dsn='myhost:mydb', user='guido', password='234$')
 
+.. versionchanged:: 5.0.1
+
+    Support for additional parameters passed as *kwargs*.
 
 get/set/reset_typecast -- Control the global typecast functions
 ---------------------------------------------------------------

Modified: trunk/docs/download/download.rst
==============================================================================
--- trunk/docs/download/download.rst    Sat Jul 23 15:41:16 2016        (r881)
+++ trunk/docs/download/download.rst    Thu Jul 28 04:27:17 2016        (r882)
@@ -17,10 +17,10 @@
 An **openSUSE package** is available through their build service at
   * https://software.opensuse.org/package/PyGreSQL?search_term=pygresql
 A **Win32 installer** for various Python versions is available at
-  * http://pygresql.org/files/PyGreSQL-5.0.win-amd64-py2.6.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.win-amd64-py2.7.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.win-amd64-py3.4.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.win-amd64-py3.5.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.1.win-amd64-py2.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.1.win-amd64-py2.7.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.1.win-amd64-py3.4.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.1.win-amd64-py3.5.exe
 
 Older PyGreSQL versions
 -----------------------
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to