diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-04 09:47:43 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-04 09:47:43 -0500 |
commit | 640cd8a70f8a664b7834c5f74ec322fdea644043 (patch) | |
tree | 9704636061340cdef6260d977df3cbd986c80c76 /lib/sqlalchemy/sql/compiler.py | |
parent | fd3c063dd68b289814af724689165418de5e4408 (diff) | |
download | sqlalchemy-640cd8a70f8a664b7834c5f74ec322fdea644043.tar.gz |
happy new year
Change-Id: Ic5bb19ca8be3cb47c95a0d3315d84cb484bac47c
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 8ee575cca..45cb75c25 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -1,5 +1,5 @@ # sql/compiler.py -# Copyright (C) 2005-2020 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under |