From 5147bf8e3cb321b8728b3af5bb0b2644995b3793 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Jan 2023 12:45:52 -0500 Subject: happy new year 2023 Change-Id: I625af65b3fb1815b1af17dc2ef47dd697fdc3fb1 --- lib/sqlalchemy/dialects/postgresql/array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/array.py') diff --git a/lib/sqlalchemy/dialects/postgresql/array.py b/lib/sqlalchemy/dialects/postgresql/array.py index e130eccc2..5b53916c6 100644 --- a/lib/sqlalchemy/dialects/postgresql/array.py +++ b/lib/sqlalchemy/dialects/postgresql/array.py @@ -1,5 +1,5 @@ # postgresql/array.py -# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2023 the SQLAlchemy authors and contributors # # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1