Author: cito
Date: Thu Aug 18 07:36:04 2016
New Revision: 884

Log:
Update version number in announcement

Modified:
   trunk/docs/announce.rst
   trunk/docs/contents/changelog.rst
   trunk/setup.py

Modified: trunk/docs/announce.rst
==============================================================================
--- trunk/docs/announce.rst     Wed Aug 10 09:57:50 2016        (r883)
+++ trunk/docs/announce.rst     Thu Aug 18 07:36:04 2016        (r884)
@@ -8,7 +8,7 @@
 
 Release 5.0.1 of PyGreSQL.
 
-It is available at: http://pygresql.org/files/PyGreSQL-5.0.tar.gz.
+It is available at: http://pygresql.org/files/PyGreSQL-5.0.1.tar.gz.
 
 If you are running NetBSD, look in the packages directory under databases.
 There is also a package in the FreeBSD ports collection.

Modified: trunk/docs/contents/changelog.rst
==============================================================================
--- trunk/docs/contents/changelog.rst   Wed Aug 10 09:57:50 2016        (r883)
+++ trunk/docs/contents/changelog.rst   Thu Aug 18 07:36:04 2016        (r884)
@@ -1,8 +1,8 @@
 ChangeLog
 =========
 
-Version 5.0.1
--------------
+Version 5.0.1 (2016-08-18)
+--------------------------
 - The update() and delete() methods of the DB wrapper now use the OID instead
   of the primary key if both are provided. This restores backward compatibility
   with PyGreSQL 4.x and allows updating the primary key itself if an OID 
exists.

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py      Wed Aug 10 09:57:50 2016        (r883)
+++ trunk/setup.py      Thu Aug 18 07:36:04 2016        (r884)
@@ -1,7 +1,7 @@
 #! /usr/bin/python
 # $Id$
 
-"""Setup script for PyGreSQL version 5.0
+"""Setup script for PyGreSQL version 5.0.1
 
 PyGreSQL is an open-source Python module that interfaces to a
 PostgreSQL database. It embeds the PostgreSQL query library to allow
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to