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 270dd73d1d0a6db0abc453bf74743189151d8a08 (commit)
via cb7575ab2050260311e6ace0226917dfdeb3dfbc (commit)
from baaffa71a790c3e65378ca7da53c28808471bd65 (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/270dd73d1d0a6db0abc453bf74743189151d8a08
commit 270dd73d1d0a6db0abc453bf74743189151d8a08
Author: Oleg Broytman <ph...@ph...>
Date: Thu Oct 1 18:19:49 2020 +0300
Prepare for the next release
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 5cfb518..9beb8c9 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,29 +1,25 @@
Hello!
-I'm pleased to announce version 3.8.1, the first bugfix release of branch
-3.8 of SQLObject.
-
-
-What's new in SQLObject
-=======================
+I'm pleased to announce version 3.8.1a1, the first alpha of the upcoming
+release of branch 3.8 of SQLObject.
-The contributor for this release is Neil Muller.
+I'm pleased to announce version 3.8.1a2, the second alpha of the upcoming
+release of branch 3.8 of SQLObject.
-Documentation
--------------
+I'm pleased to announce version 3.8.1b1, the first beta of the upcoming
+release of branch 3.8 of SQLObject.
-* Use conf.py options to exclude sqlmeta options.
+I'm pleased to announce version 3.8.1rc1, the first release candidate
+of the upcoming release of branch 3.8 of SQLObject.
-Tests
------
-
-* Fix ``PyGreSQL`` version for Python 3.4.
+I'm pleased to announce version 3.8.2, the first bugfix release of branch
+3.8 of SQLObject.
-CI
---
-* Run tests with Python 3.8 at AppVeyor.
+What's new in SQLObject
+=======================
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -55,7 +51,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.8.1
+https://pypi.org/project/SQLObject/3.8.2a0.dev20201001/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 88ecfac..a0f632d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.8.1
-===============
+SQLObject 3.8.2a0
+=================
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 291954f..dc57777 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.8.1
===============
http://sourceforge.net/p/sqlobject/sqlobject/ci/cb7575ab2050260311e6ace0226917dfdeb3dfbc
commit cb7575ab2050260311e6ace0226917dfdeb3dfbc
Author: Oleg Broytman <ph...@ph...>
Date: Thu Oct 1 18:00:14 2020 +0300
Release 3.8.1
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 3844404..5cfb518 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,28 +1,29 @@
Hello!
-I'm pleased to announce version 3.8.1a1, the first alpha of the upcoming
-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.8.1a2, the second alpha of the upcoming
-release of branch 3.8 of SQLObject.
-I'm pleased to announce version 3.8.1b1, the first beta of the upcoming
-release of branch 3.8 of SQLObject.
+What's new in SQLObject
+=======================
-I'm pleased to announce version 3.8.1rc1, the first release candidate
-of the upcoming release of branch 3.8 of SQLObject.
+The contributor for this release is Neil Muller.
-I'm pleased to announce version 3.8.0, the first stable release of branch
-3.8 of SQLObject.
+Documentation
+-------------
-I'm pleased to announce version 3.8.1, the first bugfix release of branch
-3.8 of SQLObject.
+* Use conf.py options to exclude sqlmeta options.
+Tests
+-----
-What's new in SQLObject
-=======================
+* Fix ``PyGreSQL`` version for Python 3.4.
+
+CI
+--
+
+* Run tests with Python 3.8 at AppVeyor.
-Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -54,7 +55,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.8.1a0.dev20191208/
+https://pypi.org/project/SQLObject/3.8.1
News and changes:
http://sqlobject.org/News.html
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index 349c6ed..4eab620 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -10,7 +10,7 @@ cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&
cd .. &&
-build_docs 3.8.0 &&
+build_docs 3.8.1 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index 374899c..291954f 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,14 +5,26 @@ News
.. contents:: Contents:
:backlinks: none
-SQLObject (master)
-==================
+SQLObject 3.8.1
+===============
+
+Released 2020 Oct 01.
+
+Documentation
+-------------
+
+* Use conf.py options to exclude sqlmeta options.
Tests
-----
* Fix ``PyGreSQL`` version for Python 3.4.
+CI
+--
+
+* Run tests with Python 3.8 at AppVeyor.
+
SQLObject 3.8.0
===============
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index 763a4a4..579bdd6 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.8.0'
+version = '3.8.1'
major = 3
minor = 8
-micro = 0
+micro = 1
release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 7 ++-----
README.rst | 4 ++--
devscripts/build-all-docs | 2 +-
docs/News.rst | 15 +++++++++++++++
sqlobject/__version__.py | 4 ++--
5 files changed, 22 insertions(+), 10 deletions(-)
hooks/post-receive
--
SQLObject development repository
|