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 82ce502a904ca579c20c20771c95867553048549 (commit)
via 742a466ae8bb0233594542950c774c9bbbfc16be (commit)
from b2a311bed228254fc19ee20d8ee8eae11d07df09 (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/82ce502a904ca579c20c20771c95867553048549
commit 82ce502a904ca579c20c20771c95867553048549
Author: Oleg Broytman <ph...@ph...>
Date: Sun May 15 14:23:59 2016 +0300
Release 3.0.0b1
diff --git a/README.txt b/README.txt
index dabed60..49cd23b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-SQLObject 3.0.0a2
+SQLObject 3.0.0b1
=================
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/setup.cfg b/setup.cfg
index 1becbdb..cdf3bfa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,8 +3,8 @@ command_packages = buildutils.pudge_command,
buildutils.publish_command
[egg_info]
-tag_build = dev
-tag_date = 1
+tag_build =
+tag_date = 0
tag_svn_revision = 0
[flake8]
diff --git a/setup.py b/setup.py
index 4099b41..f5c1ae6 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,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)",
@@ -81,8 +81,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/"
- "%sdev-20151224" % version,
+ download_url="https://pypi.python.org/pypi/SQLObject/%s" % version,
license="LGPL",
packages=["sqlobject"] +
['sqlobject.%s' % package for package in subpackages],
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index 05e6604..2f7f570 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.0.0a2'
+version = '3.0.0b1'
major = 3
minor = 0
micro = 0
-release_level = 'alpha'
-serial = 2
+release_level = 'beta'
+serial = 1
version_info = (major, minor, micro, release_level, serial)
http://sourceforge.net/p/sqlobject/sqlobject/ci/742a466ae8bb0233594542950c774c9bbbfc16be
commit 742a466ae8bb0233594542950c774c9bbbfc16be
Author: Oleg Broytman <ph...@ph...>
Date: Fri May 13 19:54:58 2016 +0300
Remove announcements for merged features
These features are already published in 2.2.
diff --git a/docs/News.txt b/docs/News.txt
index 32906c8..24c4350 100644
--- a/docs/News.txt
+++ b/docs/News.txt
@@ -16,18 +16,11 @@ Features
* Support for Python 2 and Python 3 with one codebase!
(Python version >= 3.4 currently required.)
-* Columns for ForeignKey are created using idType of the referenced
- table -- merged from `SQLObject 2.2.0`_.
-
Minor features
--------------
-* Use fdb adapter for Firebird.
-
* PyDispatcher (>=2.0.4) was made an external dependency.
-* Document MSSQL server versions -- merged from `SQLObject 2.2.0`_.
-
Development
-----------
@@ -39,14 +32,6 @@ Documentation
* Documentation is published at http://sqlobject.readthedocs.org/ in
Sphinx format.
-Tests
------
-
-* Speedup SQLite connections in tests -- merged from `SQLObject 2.2.0`_.
-
-* Added new test helper setupCyclicClasses to setup classes with mutual
- references -- merged from `SQLObject 2.2.0`_.
-
SQLObject 2.2.1
===============
-----------------------------------------------------------------------
Summary of changes:
README.txt | 2 +-
docs/News.txt | 15 ---------------
setup.cfg | 4 ++--
setup.py | 5 ++---
sqlobject/__version__.py | 6 +++---
5 files changed, 8 insertions(+), 24 deletions(-)
hooks/post-receive
--
SQLObject development repository
|