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
discards 86aa2af44e73569ca1bbbdc4947209f3d58b6143 (commit)
via 00ed0745fd94cf2a030083cc6d09c97a9fc5be22 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (86aa2af44e73569ca1bbbdc4947209f3d58b6143)
\
N -- N -- N (00ed0745fd94cf2a030083cc6d09c97a9fc5be22)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/00ed0745fd94cf2a030083cc6d09c97a9fc5be22
commit 00ed0745fd94cf2a030083cc6d09c97a9fc5be22
Author: Oleg Broytman <ph...@ph...>
Date: Wed Aug 9 15:11:03 2023 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index d5bdebc..f6bb586 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,13 +1,25 @@
Hello!
-I'm pleased to announce version 3.10.2, a minor feature release
-and the second bugfix release of branch 3.10 of SQLObject.
+I'm pleased to announce version 3.10.3a1, the first alpha of the upcoming
+release of branch 3.10 of SQLObject.
+
+I'm pleased to announce version 3.10.3a2, the second alpha of the upcoming
+release of branch 3.10 of SQLObject.
+
+I'm pleased to announce version 3.10.3b1, the first beta of the upcoming
+release of branch 3.10 of SQLObject.
+
+I'm pleased to announce version 3.10.3rc1, the first release candidate
+of the upcoming release of branch 3.10 of SQLObject.
+
+I'm pleased to announce version 3.10.3, the first bugfix release of branch
+3.10 of SQLObject.
What's new in SQLObject
=======================
-The contributor for this release is Igor Yudytskiy.
+The contributors for this release are ... Thanks!
Minor features
--------------
@@ -51,7 +63,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.10.2a0.dev20221222/
+https://pypi.org/project/SQLObject/3.10.3a0.dev20230810/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index e3ff798..3b336e9 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.10.2
-================
+SQLObject 3.10.3a0
+==================
SQLObject is a free and open-source (LGPL) Python object-relational
mapper. Your database tables are described as classes, and rows are
diff --git a/docs/News.rst b/docs/News.rst
index 5180fbc..2d05200 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.10.2
================
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SQLObject development repository
|