Skip to content

Commit

Permalink
Update current year to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Sep 27, 2023
1 parent 11316ec commit cd34ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import rope

project = "rope"
copyright = "2022, Rope Contributors"
copyright = "2023, Rope Contributors"
author = "Rope Contributors"

# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion rope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_fallback_version():

INFO = __doc__
COPYRIGHT = """\
Copyright (C) 2021-2022 Lie Ryan
Copyright (C) 2021-2023 Lie Ryan
Copyright (C) 2019-2021 Matej Cepl
Copyright (C) 2015-2018 Nicholas Smith
Copyright (C) 2014-2015 Matej Cepl
Expand Down

0 comments on commit cd34ac5

Please sign in to comment.