Author: darcy
Date: Tue Jan  8 15:45:11 2013
New Revision: 515

Log:
Version 4.1.1 tagged and bagged.  On to 4.2.

Modified:
   trunk/docs/announce.txt
   trunk/docs/changelog.rst
   trunk/docs/changelog.txt
   trunk/docs/conf.py
   trunk/docs/introduction.rst
   trunk/docs/readme.txt
   trunk/mktar

Modified: trunk/docs/announce.txt
==============================================================================
--- trunk/docs/announce.txt     Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/announce.txt     Tue Jan  8 15:45:11 2013        (r515)
@@ -2,14 +2,13 @@
 PyGreSQL Announcements
 ======================
 
----------------------------------
-Release of PyGreSQL version 4.1.1
----------------------------------
+-------------------------------
+Release of PyGreSQL version 4.2
+-------------------------------
 
-A few problems showed up with the 4.1 release so we are releasing a
-quick bugfix version.
+Release 4.2 of PyGreSQL.
 
-It is available at: http://pygresql.org/files/PyGreSQL-4.1.1.tgz.
+It is available at: http://pygresql.org/files/PyGreSQL-4.2.tgz.
 
 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/changelog.rst
==============================================================================
--- trunk/docs/changelog.rst    Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/changelog.rst    Tue Jan  8 15:45:11 2013        (r515)
@@ -1,6 +1,9 @@
 ChangeLog
 =========
 
+Version 4.2
+-----------
+
 Version 4.1.1 (2013-01-08)
 --------------------------
 - Add WhenNotified class and method.  Replaces need for third party pgnotify.

Modified: trunk/docs/changelog.txt
==============================================================================
--- trunk/docs/changelog.txt    Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/changelog.txt    Tue Jan  8 15:45:11 2013        (r515)
@@ -2,6 +2,9 @@
 PyGreSQL ChangeLog
 ==================
 
+Version 4.2
+-----------
+
 Version 4.1.1 (2013-01-08)
 --------------------------
 - Add WhenNotified class and method.  Replaces need for third party pgnotify.

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/conf.py  Tue Jan  8 15:45:11 2013        (r515)
@@ -51,9 +51,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.1.1'
+version = '4.2'
 # The full version, including alpha/beta/rc tags.
-release = '4.1.1'
+release = '4.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: trunk/docs/introduction.rst
==============================================================================
--- trunk/docs/introduction.rst Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/introduction.rst Tue Jan  8 15:45:11 2013        (r515)
@@ -38,4 +38,4 @@
 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.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.

Modified: trunk/docs/readme.txt
==============================================================================
--- trunk/docs/readme.txt       Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/docs/readme.txt       Tue Jan  8 15:45:11 2013        (r515)
@@ -2,9 +2,9 @@
 PyGreSQL - Python interface for PostgreSQL
 ==========================================
 
-----------------------
-PyGreSQL version 4.1.1
-----------------------
+--------------------
+PyGreSQL version 4.2
+--------------------
 
 .. meta::
    :description: PyGreSQL - Python interface for PostgreSQL

Modified: trunk/mktar
==============================================================================
--- trunk/mktar Tue Jan  8 15:36:12 2013        (r514)
+++ trunk/mktar Tue Jan  8 15:45:11 2013        (r515)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-VERSION=4.1.1
+VERSION=4.2
 
 # small safety test
 if [ ! -f module/pgmodule.c ]
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to