From: Mike Bayer Date: Wed, 4 Jan 2012 20:32:32 +0000 (-0500) Subject: date change; hook test X-Git-Tag: rel_0_7_5~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b2b481ac1f099b416964d5e52f7842fbbaedd6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git date change; hook test --- diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index d2baf0088c..ef5f385027 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -1,5 +1,5 @@ # sqlalchemy/__init__.py -# Copyright (C) 2005-2011 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php @@ -122,4 +122,4 @@ __version__ = '0.7.5' del inspect, sys from sqlalchemy import util as _sa_util -_sa_util.importlater.resolve_all() \ No newline at end of file +_sa_util.importlater.resolve_all()