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 0783e77bcfe6511483f864ebb152d306d858758f (commit)
from b0b1c9c3610f9b52ea80c815a93cf49241081497 (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/0783e77bcfe6511483f864ebb152d306d858758f
commit 0783e77bcfe6511483f864ebb152d306d858758f
Author: Oleg Broytman <ph...@ph...>
Date: Sat Dec 7 20:41:37 2019 +0300
Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index fe822ef..3844404 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,41 +1,28 @@
Hello!
-I'm pleased to announce version 3.8.0, the first stable release of branch
-3.8 of SQLObject.
-
-
-What's new in SQLObject
-=======================
-
-Features
---------
+I'm pleased to announce version 3.8.1a1, the first alpha of the upcoming
+release of branch 3.8 of SQLObject.
-* Add driver ``supersqlite``. Not all tests are passing
- so the driver isn't added to the list of default drivers.
+I'm pleased to announce version 3.8.1a2, the second alpha of the upcoming
+release of branch 3.8 of SQLObject.
-Minor features
---------------
+I'm pleased to announce version 3.8.1b1, the first beta of the upcoming
+release of branch 3.8 of SQLObject.
-* Improve sqlrepr'ing ``ALL/ANY/SOME()``: always put the expression
- at the right side of the comparison operation.
+I'm pleased to announce version 3.8.1rc1, the first release candidate
+of the upcoming release of branch 3.8 of SQLObject.
-Bug fixes
----------
-
-* Fixed a bug in cascade deletion/nullification.
-
-* Fixed a bug in ``PostgresConnection.columnsFromSchema``:
- PostgreSQL 12 removed outdated catalog attribute
- ``pg_catalog.pg_attrdef.adsrc``.
+I'm pleased to announce version 3.8.0, the first stable release of branch
+3.8 of SQLObject.
-* Fixed a bug working with microseconds in Time columns.
+I'm pleased to announce version 3.8.1, the first bugfix release of branch
+3.8 of SQLObject.
-CI
---
-* Run tests with Python 3.8 at Travis CI.
+What's new in SQLObject
+=======================
-Contributors for this release are Andrew Trusty, Marco Sirabella and darix.
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -67,7 +54,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.8.0
+https://pypi.org/project/SQLObject/3.8.1a0.dev20191208/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 92962cf..88ecfac 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-SQLObject 3.8.0
+SQLObject 3.8.1
===============
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/docs/News.rst b/docs/News.rst
index 9012621..089f671 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.8.0
===============
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 45 ++++++++++++++++-----------------------------
README.rst | 2 +-
docs/News.rst | 3 +++
3 files changed, 20 insertions(+), 30 deletions(-)
hooks/post-receive
--
SQLObject development repository
|