Skip to content

Commit ace7745

Browse files
committed
Bump copyright years
1 parent 733ca60 commit ace7745

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# General information about the project.
3030
project = "Python-Markups"
31-
copyright = "2024, Dmitry Shachnev" # noqa: A001
31+
copyright = "2025, Dmitry Shachnev" # noqa: A001
3232

3333
# The version info for the project you're documenting, acts as replacement for
3434
# |version| and |release|, also used in various other places throughout the

markups/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of python-markups module
22
# License: 3-clause BSD, see LICENSE file
3-
# Copyright: (C) Dmitry Shachnev, 2012-2024
3+
# Copyright: (C) Dmitry Shachnev, 2012-2025
44

55
import os.path
66

tests/test_restructuredtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of python-markups test suite
22
# License: 3-clause BSD, see LICENSE file
3-
# Copyright: (C) Dmitry Shachnev, 2012-2024
3+
# Copyright: (C) Dmitry Shachnev, 2012-2025
44

55
import unittest
66

0 commit comments

Comments
 (0)