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, 1.7 has been updated
via d693f5c5a6bc1af141aa7b88287eb7e792cffaef (commit)
via 9bfb7cf21e04891efc7c5491dff509276d0b1a03 (commit)
via e84523cc98bd20df3d44871427434a3ceae01e9c (commit)
via 63bfc2be95aab37601461698749c9d7eec417874 (commit)
via 21bf05cd92dd90f96a489ce4e15b25ef60653a1c (commit)
from 0ae3e8833bfd4f55ac95e56037aa884177592c90 (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/d693f5c5a6bc1af141aa7b88287eb7e792cffaef
commit d693f5c5a6bc1af141aa7b88287eb7e792cffaef
Author: Oleg Broytman <ph...@ph...>
Date: Sun Oct 26 16:18:57 2014 +0300
Release 1.7.0b2
diff --git a/README.txt b/README.txt
index 5bf468c..f662801 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SQLObject 1.7
-=============
+SQLObject 1.7.0b2
+=================
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/setup.py b/setup.py
index 05d0530..98efffb 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ For development see the `subversion repository
maintainer="Oleg Broytman",
maintainer_email="ph...@ph...",
url="http://sqlobject.org/",
- download_url="https://pypi.python.org/pypi/SQLObject/%s" % version,
+ download_url="https://pypi.python.org/pypi/SQLObject/%sdev-20141026" % version,
license="LGPL",
packages=["sqlobject"] + ['sqlobject.%s' % package for package in subpackages],
scripts=["scripts/sqlobject-admin", "scripts/sqlobject-convertOldURI"],
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index e451a76..f0eeade 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '1.7'
+version = '1.7.0b2'
major = 1
minor = 7
micro = 0
-release_level = 'branch'
-serial = 0
+release_level = 'beta'
+serial = 2
version_info = (major, minor, micro, release_level, serial)
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 ++--
setup.py | 2 +-
sqlobject/__version__.py | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
SQLObject development repository
|