diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-01-01 12:09:47 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-01-01 12:09:47 -0500 |
commit | 5881fd274015af3de37f2ff0f91ff6a7c61c1540 (patch) | |
tree | 9331a7d113a97c29b92d62f39816ebbdc5ccd515 /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | 748bf710fdeeed327933a5e7c277c7f79f6053a6 (diff) | |
download | sqlalchemy-5881fd274015af3de37f2ff0f91ff6a7c61c1540.tar.gz |
happy new year
Change-Id: I08440dc25e40ea1ccea1778f6ee9e28a00808235
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 ef48f3d86..9661634c2 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-2019 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2020 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under |