From 640cd8a70f8a664b7834c5f74ec322fdea644043 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Jan 2021 09:47:43 -0500 Subject: happy new year Change-Id: Ic5bb19ca8be3cb47c95a0d3315d84cb484bac47c --- lib/sqlalchemy/dialects/postgresql/pypostgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py') diff --git a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py index bd015a5b8..6e4db217d 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-2020 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors # # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1