This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via ee26d9787b276686f5be9a19229134f3256e24a3 (commit)
from dffe5e97678ecf0e5f9d71aa141026f34ce151cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/ee26d9787b276686f5be9a19229134f3256e24a3
commit ee26d9787b276686f5be9a19229134f3256e24a3
Author: Oleg Broytman <ph...@ph...>
Date: Wed May 1 19:01:59 2019 +0300
Prepare for the next release
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 6ab1d9a..5cb2886 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,20 +1,28 @@
Hello!
-I'm pleased to announce version 3.7.2, the second bugfix release of branch
-3.7 of SQLObject.
+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.
-What's new in 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.
-Minor features
---------------
+I'm pleased to announce version 3.8.1, the first bugfix release of branch
+3.8 of SQLObject.
-* 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.
+What's new in SQLObject
+=======================
+
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -46,7 +54,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.7.2
+https://pypi.org/project/SQLObject/3.8.0a0.dev20190501/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 5221338..404d165 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.7.2
-===============
+SQLObject 3.7.3a0
+=================
Thanks for looking at SQLObject. SQLObject is an object-relational
mapper, i.e., a library that will wrap your database tables in Python
diff --git a/docs/News.rst b/docs/News.rst
index dce568e..b2da732 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.7.2
===============
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 30 +++++++++++++++++++-----------
README.rst | 4 ++--
docs/News.rst | 3 +++
3 files changed, 24 insertions(+), 13 deletions(-)
hooks/post-receive
--
SQLObject development repository
|