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 b294c06c6cd6b5d55e015cc69c00c0c1f9b03494 (commit)
from 052a6f478c817f98d2d0414455990fb19ba50cf3 (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/b294c06c6cd6b5d55e015cc69c00c0c1f9b03494
commit b294c06c6cd6b5d55e015cc69c00c0c1f9b03494
Author: Oleg Broytman <ph...@ph...>
Date: Thu Feb 23 16:39:20 2017 +0300
Release 3.2.0b1
diff --git a/README.rst b/README.rst
index c72ee14..02a8dbf 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-SQLObject 3.2.0a1
+SQLObject 3.2.0b1
=================
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/setup.py b/setup.py
index cc788d0..d1bd5f5 100755
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ and `GitHub <https://github.com/sqlobject>`_.
:target: https://travis-ci.org/sqlobject/sqlobject
""",
classifiers=[
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: "
"GNU Library or Lesser General Public License (LGPL)",
@@ -89,7 +89,7 @@ and `GitHub <https://github.com/sqlobject>`_.
maintainer="Oleg Broytman",
maintainer_email="ph...@ph...",
url="http://sqlobject.org/devel/",
- download_url="https://pypi.python.org/pypi/SQLObject/%s.dev20170205" %
+ download_url="https://pypi.python.org/pypi/SQLObject/%s.dev20170223" %
version,
license="LGPL",
packages=["sqlobject"] +
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index 61ac4eb..554ea74 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.2.0a1'
+version = '3.2.0b1'
major = 3
minor = 2
micro = 0
-release_level = 'alpha'
+release_level = 'beta'
serial = 1
version_info = (major, minor, micro, release_level, serial)
-----------------------------------------------------------------------
Summary of changes:
README.rst | 2 +-
setup.py | 4 ++--
sqlobject/__version__.py | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
SQLObject development repository
|