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.5 has been updated
via 47dde293a91792482d0512936cd21d1da50db85e (commit)
via d7a12d4b6ff35990c78c4d53fe7c729380b0173d (commit)
from 8f1fb3a97262be65d071a9260ba269dd9fe035fb (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/47dde293a91792482d0512936cd21d1da50db85e
commit 47dde293a91792482d0512936cd21d1da50db85e
Author: Oleg Broytman <ph...@ph...>
Date: Sun Oct 26 15:27:11 2014 +0300
Release 1.5.3
diff --git a/README.txt b/README.txt
index 0fb8eec..8b99c24 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SQLObject 1.5
-=============
+SQLObject 1.5.3
+===============
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.cfg b/setup.cfg
index c891669..946a84a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,10 +5,6 @@ command_packages = buildutils.pudge_command,
[easy_install]
#find_links = http://svn.pythonpaste.org/package_index.html
-[egg_info]
-tag_build = dev
-tag_date = true
-
[pudge]
theme = pythonpaste.org
docs = docs/index.txt docs/Authors.txt docs/DeveloperGuide.txt docs/FAQ.txt
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index 916b8e1..c7593cf 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '1.5'
+version = '1.5.3'
major = 1
minor = 5
-micro = 0
-release_level = 'branch'
+micro = 3
+release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 ++--
docs/News.txt | 7 +++++++
setup.cfg | 4 ----
sqlobject/__version__.py | 6 +++---
sqlobject/sresults.py | 2 +-
sqlobject/tests/test_sorting.py | 2 +-
6 files changed, 14 insertions(+), 11 deletions(-)
hooks/post-receive
--
SQLObject development repository
|