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 2ce592300bdd0cfcb444b24cdfd4b2e412fd7bda (commit)
via 0684a9b3e4250690cf5ff9ce6753c6735dbd27d0 (commit)
from ae482753099d74cdb16f83d1124a77acaa3856d7 (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/2ce592300bdd0cfcb444b24cdfd4b2e412fd7bda
commit 2ce592300bdd0cfcb444b24cdfd4b2e412fd7bda
Author: Oleg Broytman <ph...@ph...>
Date: Wed Nov 15 17:04:21 2017 +0300
Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 15fd72c..2f45be4 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,41 +1,28 @@
Hello!
-I'm pleased to announce version 3.5.0, the first stable release of branch
-3.5 of SQLObject.
+I'm pleased to announce version 3.6.1a1, the first alpha of the upcoming
+release of branch 3.6 of SQLObject.
+I'm pleased to announce version 3.6.1a2, the second alpha of the upcoming
+release of branch 3.6 of SQLObject.
-What's new in SQLObject
-=======================
-
-Contributors for this release are Shailesh Mungikar and Michael S. Root.
-
-Minor features
---------------
-
-* Add Python3 special methods for division to SQLExpression.
- Pull request by Michael S. Root.
+I'm pleased to announce version 3.6.1b1, the first beta of the upcoming
+release of branch 3.6 of SQLObject.
-Drivers
--------
+I'm pleased to announce version 3.6.1rc1, the first release candidate
+of the upcoming release of branch 3.6 of SQLObject.
-* Add support for `pg8000 <https://pypi.python.org/pypi/pg8000>`_
- PostgreSQL driver.
+I'm pleased to announce version 3.6.0, the first stable release of branch
+3.6 of SQLObject.
-* Fix autoreconnect with pymysql driver. Contributed by Shailesh Mungikar.
+I'm pleased to announce version 3.6.1, the first bugfix release of branch
+3.6 of SQLObject.
-Documentation
--------------
-* Remove generated HTML from eggs/wheels (docs are installed into wrong
- place). Generated docs are still included in the source distribution.
-
-Tests
------
-
-* Add tests for PyGreSQL, py-postgresql and pg8000 at AppVeyor.
+What's new in SQLObject
+=======================
-* Fixed bugs in py-postgresql at AppVeyor. SQLObject requires
- the latest version of the driver from our fork.
+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.python.org/pypi/SQLObject/3.5.0
+https://pypi.python.org/pypi/SQLObject/3.6.0a0.dev20171115
News and changes:
http://sqlobject.org/News.html
diff --git a/docs/News.rst b/docs/News.rst
index afc6164..bb0d044 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -7,6 +7,9 @@ News
.. _start:
+SQLObject 3.6.0 (master)
+========================
+
SQLObject 3.5.0
===============
http://sourceforge.net/p/sqlobject/sqlobject/ci/0684a9b3e4250690cf5ff9ce6753c6735dbd27d0
commit 0684a9b3e4250690cf5ff9ce6753c6735dbd27d0
Author: Oleg Broytman <ph...@ph...>
Date: Wed Nov 15 16:47:04 2017 +0300
SQLObject 3.5.0 released 15 Nov 2017
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index bf5903c..15fd72c 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,28 +1,41 @@
Hello!
-I'm pleased to announce version 3.4.1a1, the first alpha of the upcoming
-release of branch 3.4 of SQLObject.
+I'm pleased to announce version 3.5.0, the first stable release of branch
+3.5 of SQLObject.
-I'm pleased to announce version 3.4.1a2, the second alpha of the upcoming
-release of branch 3.4 of SQLObject.
-I'm pleased to announce version 3.4.1b1, the first beta of the upcoming
-release of branch 3.4 of SQLObject.
+What's new in SQLObject
+=======================
-I'm pleased to announce version 3.4.1rc1, the first release candidate
-of the upcoming release of branch 3.4 of SQLObject.
+Contributors for this release are Shailesh Mungikar and Michael S. Root.
-I'm pleased to announce version 3.4.0, the first stable release of branch
-3.4 of SQLObject.
+Minor features
+--------------
-I'm pleased to announce version 3.4.1, the first bugfix release of branch
-3.4 of SQLObject.
+* Add Python3 special methods for division to SQLExpression.
+ Pull request by Michael S. Root.
+Drivers
+-------
-What's new in SQLObject
-=======================
+* Add support for `pg8000 <https://pypi.python.org/pypi/pg8000>`_
+ PostgreSQL driver.
+
+* Fix autoreconnect with pymysql driver. Contributed by Shailesh Mungikar.
+
+Documentation
+-------------
+
+* Remove generated HTML from eggs/wheels (docs are installed into wrong
+ place). Generated docs are still included in the source distribution.
+
+Tests
+-----
+
+* Add tests for PyGreSQL, py-postgresql and pg8000 at AppVeyor.
-Contributors for this release are Shailesh Mungikar, Michael S. Root.
+* Fixed bugs in py-postgresql at AppVeyor. SQLObject requires
+ the latest version of the driver from our fork.
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -54,7 +67,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.python.org/pypi/SQLObject/3.4.1a0.dev20170805
+https://pypi.python.org/pypi/SQLObject/3.5.0
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 8f49176..d32d412 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-SQLObject 3.4.0
+SQLObject 3.5.0
===============
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index 885a017..5fd0c94 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -11,7 +11,7 @@ cd "$PROG_DIR" &&
PROG_DIR="`pwd`" &&
cd "$PROG_DIR"/SQLObject &&
-build_docs 3.4.0 &&
+build_docs 3.5.0 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index ae62e53..afc6164 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -7,11 +7,13 @@ News
.. _start:
-SQLObject 3.5.0 (master)
-========================
+SQLObject 3.5.0
+===============
-Features
---------
+Released 15 Nov 2017.
+
+Minor features
+--------------
* Add Python3 special methods for division to SQLExpression.
Pull request by Michael S. Root.
@@ -20,7 +22,7 @@ Drivers
-------
* Add support for `pg8000 <https://pypi.python.org/pypi/pg8000>`_
- PostgreSQL driver (from our fork).
+ PostgreSQL driver.
* Fix autoreconnect with pymysql driver. Contributed by Shailesh Mungikar.
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index b86d42e..88c8ca0 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,7 +1,7 @@
-version = '3.4.0'
+version = '3.5.0'
major = 3
-minor = 4
+minor = 5
micro = 0
release_level = 'final'
serial = 0
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 28 ++++++++++++++--------------
README.rst | 2 +-
devscripts/build-all-docs | 2 +-
docs/News.rst | 13 +++++++++----
sqlobject/__version__.py | 4 ++--
5 files changed, 27 insertions(+), 22 deletions(-)
hooks/post-receive
--
SQLObject development repository
|