summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/json.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-01-11 10:06:10 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-01-11 10:06:10 -0500
commit6f270fb0e344016ce526e0a1ecb3e3de9ffd1e3b (patch)
tree8223de55dbefca25f6097b66b3238897f20be4cb /lib/sqlalchemy/dialects/postgresql/json.py
parent2db54ee92ebd0970f52b271e152a6df9b563693f (diff)
downloadsqlalchemy-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.py2
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