summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-01-03 12:50:29 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-01-03 12:50:29 -0500
commit4f5970525403c98d46ed1a60f7816bc413a8c523 (patch)
tree8c6fb6420b6b269647614272cec25ab43e5faa6d /lib/sqlalchemy/sql/elements.py
parent90457077c23a45e505b65224e2ca30704a7e95dd (diff)
downloadsqlalchemy-4f5970525403c98d46ed1a60f7816bc413a8c523.tar.gz
happy new year 2023
Change-Id: I14db8e9c69a832b0f5dae8036db3c0a70bb49edd
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r--lib/sqlalchemy/sql/elements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py
index d438e5995..a89273e4d 100644
--- a/lib/sqlalchemy/sql/elements.py
+++ b/lib/sqlalchemy/sql/elements.py
@@ -1,5 +1,5 @@
# sql/elements.py
-# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2023 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under