From 6f270fb0e344016ce526e0a1ecb3e3de9ffd1e3b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Jan 2019 10:06:10 -0500 Subject: happy new year Change-Id: I6a71f4924d046cf306961c58dffccf21e9c03911 --- 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 398ac290d..fdb66f29c 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-2018 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2019 the SQLAlchemy authors and contributors # # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1