Skip to content

Commit

Permalink
Prepare for bugfix release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jul 28, 2016
1 parent d7c8d4e commit f56468b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/announce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contents/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Version 5.0.1
- 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).

Expand Down
3 changes: 3 additions & 0 deletions docs/contents/pgdb/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Example::

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
---------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/download/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ A **FreeBSD package** is available in their ports collection
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
-----------------------
Expand Down

0 comments on commit f56468b

Please sign in to comment.