diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-11 10:06:10 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-11 10:06:10 -0500 |
commit | 6f270fb0e344016ce526e0a1ecb3e3de9ffd1e3b (patch) | |
tree | 8223de55dbefca25f6097b66b3238897f20be4cb /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | 2db54ee92ebd0970f52b271e152a6df9b563693f (diff) | |
download | sqlalchemy-6f270fb0e344016ce526e0a1ecb3e3de9ffd1e3b.tar.gz |
happy new year
Change-Id: I6a71f4924d046cf306961c58dffccf21e9c03911
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 1ac040abc..b8e3ac23d 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-2018 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2019 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under |