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 66fe5d47cd4277a1aee2e1876c4fe535c3bf11ff (commit)
from 1a0168e0b4c891c51b6255e1295111409bf98fc5 (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/66fe5d47cd4277a1aee2e1876c4fe535c3bf11ff
commit 66fe5d47cd4277a1aee2e1876c4fe535c3bf11ff
Author: Oleg Broytman <ph...@ph...>
Date: Tue Sep 20 20:19:26 2022 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index cfec8c1..c9b634b 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,54 +1,25 @@
Hello!
-I'm pleased to announce version 3.10.0, the first release of branch
-3.10 of SQLObject.
-
-
-What's new in SQLObject
-=======================
-
-Contributors for this release are
-James Hudson, Juergen Gmach, Hugo van Kemenade.
-Many thanks!
-
-Features
---------
-
-* Allow connections in ``ConnectionHub`` to be strings.
- This allows to open a new connection in every thread.
-
-* Add compatibility with ``Pendulum``.
+I'm pleased to announce version 3.10.1a1, the first alpha of the upcoming
+release of branch 3.10 of SQLObject.
-Tests
------
+I'm pleased to announce version 3.10.1a2, the second alpha of the upcoming
+release of branch 3.10 of SQLObject.
-* Run tests with Python 3.10.
+I'm pleased to announce version 3.10.1b1, the first beta of the upcoming
+release of branch 3.10 of SQLObject.
-CI
---
+I'm pleased to announce version 3.10.1rc1, the first release candidate
+of the upcoming release of branch 3.10 of SQLObject.
-* GitHub Actions.
-
-* Stop testing at Travis CI.
-
-* Stop testing at AppVeyor.
-
-Documentation
--------------
-
-* DevGuide: source code must be pure ASCII.
-
-* DevGuide: ``reStructuredText`` format for docstrings is recommended.
-
-* DevGuide: de-facto good commit message format is required:
- subject/body/trailers.
+I'm pleased to announce version 3.10.1, the first bugfix release of branch
+3.10 of SQLObject.
-* DevGuide: ``conventional commit`` format for commit message subject lines
- is recommended.
-* DevGuide: ``Markdown`` format for commit message bodies is recommended.
+What's new in SQLObject
+=======================
-* DevGuide: commit messages must be pure ASCII.
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -81,7 +52,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.10.0
+https://pypi.org/project/SQLObject/3.10.1a0.dev20221020/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 92b1dd7..c910205 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.10.0
-================
+SQLObject 3.10.1a0
+==================
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 12c0a78..42f5616 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.10.0
================
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 57 ++++++++++++++-------------------------------------------
README.rst | 4 ++--
docs/News.rst | 3 +++
3 files changed, 19 insertions(+), 45 deletions(-)
hooks/post-receive
--
SQLObject development repository
|