summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-01-06 15:59:47 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-01-06 15:59:47 -0500
commit2f370229d63665ffae72a9f8a37800b4d70cf6a1 (patch)
tree6b04dbe9a620fcdb78802e2556a854e81d7f2b57 /lib/sqlalchemy/dialects/postgresql/pypostgresql.py
parentf96e24013c80d933cb8171061be3d316215fe585 (diff)
downloadsqlalchemy-2f370229d63665ffae72a9f8a37800b4d70cf6a1.tar.gz
happy new year 2022
Change-Id: Ic38dbc640aa0fe8a784a5b5e57c45a41eb0ea01b
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/pypostgresql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
index 1d646df44..886e368c5 100644
--- a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
+++ b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
@@ -1,5 +1,5 @@
# postgresql/pypostgresql.py
-# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under