diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-01-06 15:59:47 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-01-06 15:59:47 -0500 |
commit | 2f370229d63665ffae72a9f8a37800b4d70cf6a1 (patch) | |
tree | 6b04dbe9a620fcdb78802e2556a854e81d7f2b57 /lib/sqlalchemy/dialects/postgresql/pypostgresql.py | |
parent | f96e24013c80d933cb8171061be3d316215fe585 (diff) | |
download | sqlalchemy-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.py | 2 |
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 |