Commit dffe5e97 authored by phd's avatar phd
Browse files

Release 3.7.2

parent b2b8dcff
Loading
Loading
Loading
Loading
+11 −19
Original line number Diff line number Diff line
Hello!

I'm pleased to announce version 3.8.0a1, the first alpha of the upcoming
release of branch 3.8 of SQLObject.

I'm pleased to announce version 3.8.0a2, the second alpha of the upcoming
release of branch 3.8 of SQLObject.

I'm pleased to announce version 3.8.0b1, the first beta of the upcoming
release of branch 3.8 of SQLObject.

I'm pleased to announce version 3.8.0rc1, the first release candidate
of the upcoming release of branch 3.8 of SQLObject.

I'm pleased to announce version 3.8.0, the first stable release of branch
3.8 of SQLObject.

I'm pleased to announce version 3.8.1, the first bugfix release of branch
3.8 of SQLObject.
I'm pleased to announce version 3.7.2, the second bugfix release of branch
3.7 of SQLObject.


What's new in SQLObject
=======================

Contributors for this release are 
Minor features
--------------

* Adapt Postgres exception handling to ``psycopg2`` version ``2.8``:
  in the recent ``psycopg2`` errors are in ``psycopg2.errors`` module.

* Removed RdbhostConnection: David Keeney and rdbhost seem to be unavailable
  since 2017.

For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -54,7 +46,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss

Download:
https://pypi.org/project/SQLObject/3.8.0a0.dev20190202/
https://pypi.org/project/SQLObject/3.7.2

News and changes:
http://sqlobject.org/News.html
+1 −1
Original line number Diff line number Diff line
SQLObject 3.8.0
SQLObject 3.7.2
===============

Thanks for looking at SQLObject.  SQLObject is an object-relational
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&

cd .. &&
build_docs 3.7.1 &&
build_docs 3.7.2 &&
build_docs master devel &&
rm -rf docs/html &&

+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,10 @@ News
.. contents:: Contents:
   :backlinks: none

SQLObject (master)
==================
SQLObject 3.7.2
===============

Released 1 May 2019.

Minor features
--------------
+2 −2
Original line number Diff line number Diff line

version = '3.7.1'
version = '3.7.2'
major = 3
minor = 7
micro = 1
micro = 2
release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)