diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-29 11:20:22 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-29 11:20:22 -0500 |
commit | 859379e2fcc4506d036700ba1eca4c0ae526a8ee (patch) | |
tree | 0ee570261dfb1ddcb5f68ef87fc771f7b8a6cdf4 /lib/sqlalchemy/sql/functions.py | |
parent | 14b1e6fe8e18d139846c1aba6761d4eea3dc25c3 (diff) | |
download | sqlalchemy-859379e2fcc4506d036700ba1eca4c0ae526a8ee.tar.gz |
- happy new year
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
-rw-r--r-- | lib/sqlalchemy/sql/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/functions.py b/lib/sqlalchemy/sql/functions.py index 3c654bf67..756ad7e7e 100644 --- a/lib/sqlalchemy/sql/functions.py +++ b/lib/sqlalchemy/sql/functions.py @@ -1,5 +1,5 @@ # sql/functions.py -# Copyright (C) 2005-2015 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under |