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.6 has been updated
via 63bfc2be95aab37601461698749c9d7eec417874 (commit)
via 3134806eb0d6a8ffe19da54cc685850ad6e1db3c (commit)
via 47dde293a91792482d0512936cd21d1da50db85e (commit)
from 7380ba7b648edd0fdbdce2a9c25bfca629c80708 (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/63bfc2be95aab37601461698749c9d7eec417874
commit 63bfc2be95aab37601461698749c9d7eec417874
Author: Oleg Broytman <ph...@ph...>
Date: Sun Oct 26 16:01:33 2014 +0300
Release 1.6.1
diff --git a/README.txt b/README.txt
index e5db91d..da1523a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SQLObject 1.6
-=============
+SQLObject 1.6.1
+===============
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 8132b17..9b79137 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '1.6'
+version = '1.6.1'
major = 1
minor = 6
-micro = 0
-release_level = 'branch'
+micro = 1
+release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 ++--
setup.cfg | 4 ----
sqlobject/__version__.py | 6 +++---
3 files changed, 5 insertions(+), 9 deletions(-)
hooks/post-receive
--
SQLObject development repository
|