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 f785915dfade8a0f8847c02b9d4be0c18ea87bf4 (commit)
from 82a26ce389ecb2e881fc319ccdedb4dfa9aa4f1e (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/f785915dfade8a0f8847c02b9d4be0c18ea87bf4
commit f785915dfade8a0f8847c02b9d4be0c18ea87bf4
Author: Oleg Broytman <ph...@ph...>
Date: Fri Aug 1 04:26:45 2014 +0400
Release 2.0.0a1
diff --git a/README.txt b/README.txt
index 33bdf9b..790dee7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SQLObject 2.0
-=============
+SQLObject 2.0.0a1
+=================
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 f8d7b24..0b827fb 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/devel/",
- download_url="https://pypi.python.org/pypi/SQLObject/%s" % version,
+ download_url="https://pypi.python.org/pypi/SQLObject/%sdev-20140801" % 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 af0b5ea..97ffdbb 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '2.0'
+version = '2.0.0a1'
major = 2
minor = 0
micro = 0
-release_level = 'trunk'
-serial = 0
+release_level = 'alpha'
+serial = 1
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(-)
diff --git a/README.txt b/README.txt
index 33bdf9b..790dee7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SQLObject 2.0
-=============
+SQLObject 2.0.0a1
+=================
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 f8d7b24..0b827fb 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/devel/",
- download_url="https://pypi.python.org/pypi/SQLObject/%s" % version,
+ download_url="https://pypi.python.org/pypi/SQLObject/%sdev-20140801" % 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 af0b5ea..97ffdbb 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '2.0'
+version = '2.0.0a1'
major = 2
minor = 0
micro = 0
-release_level = 'trunk'
-serial = 0
+release_level = 'alpha'
+serial = 1
version_info = (major, minor, micro, release_level, serial)
hooks/post-receive
--
SQLObject development repository
|