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/dialects/postgresql/json.py | |
parent | fd3c063dd68b289814af724689165418de5e4408 (diff) | |
download | sqlalchemy-640cd8a70f8a664b7834c5f74ec322fdea644043.tar.gz |
happy new year
Change-Id: Ic5bb19ca8be3cb47c95a0d3315d84cb484bac47c
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/json.py b/lib/sqlalchemy/dialects/postgresql/json.py index 63e1656e0..a5dfa40d6 100644 --- a/lib/sqlalchemy/dialects/postgresql/json.py +++ b/lib/sqlalchemy/dialects/postgresql/json.py @@ -1,5 +1,5 @@ # postgresql/json.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 |