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 1bb8e3a7fe61d7065ac77395713b5ea003aa1233 (commit)
from 928cf63ac5742258e3789f876392eeac52b2bc45 (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/1bb8e3a7fe61d7065ac77395713b5ea003aa1233
commit 1bb8e3a7fe61d7065ac77395713b5ea003aa1233
Author: Oleg Broytman <ph...@ph...>
Date: Sat Feb 2 18:59:51 2019 +0300
Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index cab716c..84b0dcb 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,35 +1,28 @@
Hello!
-I'm pleased to announce version 3.7.1, the first bugfix release of branch
-3.7 of SQLObject.
+I'm pleased to announce version 3.8.0a1, the first alpha of the upcoming
+release of branch 3.8 of SQLObject.
+I'm pleased to announce version 3.8.0a2, the second alpha of the upcoming
+release of branch 3.8 of SQLObject.
-What's new in SQLObject
-=======================
-
-Contributor for this release is Neil Muller.
-
-Bug fixes
----------
+I'm pleased to announce version 3.8.0b1, the first beta of the upcoming
+release of branch 3.8 of SQLObject.
-* Fixed a unicode problem in the latest mysqlclient.
+I'm pleased to announce version 3.8.0rc1, the first release candidate
+of the upcoming release of branch 3.8 of SQLObject.
-Documentation
--------------
+I'm pleased to announce version 3.8.0, the first stable release of branch
+3.8 of SQLObject.
-* Exclude sqlmeta members from some of the api docs.
- The inclusion of of these sqlmeta members in these files breaks
- reproducible builds.
+I'm pleased to announce version 3.8.1, the first bugfix release of branch
+3.8 of SQLObject.
-Development
------------
-* Source code was made flake8-clean using the latest flake8.
-
-CI
---
+What's new in SQLObject
+=======================
-* Run tests with Python 3.7.
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -61,7 +54,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.7.1/
+https://pypi.org/project/SQLObject/3.8.0a0.dev20190202/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 13c8ff2..3e96729 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-SQLObject 3.7.1
+SQLObject 3.8.0
===============
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/setup.cfg b/setup.cfg
index 2b534b3..af28274 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,11 @@ universal = 1
[easy_install]
optimize = 2
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
[flake8]
exclude = .git,.tox,docs/europython/*.py,validators.py
# E305: expected 2 blank lines after class or function definition, found 1
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 39 ++++++++++++++++-----------------------
README.rst | 2 +-
setup.cfg | 5 +++++
3 files changed, 22 insertions(+), 24 deletions(-)
hooks/post-receive
--
SQLObject development repository
|