Skip to content

Commit af61ca5

Browse files
authored
Merge pull request #464 from OpenDataServices/2024-09-27
docs: Remove incorrect version number from conf.py
2 parents 9eb749a + f55f0d2 commit af61ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757

5858
# General information about the project.
5959
project = "Flatten Tool"
60-
copyright = "2016-2020, Open Data Services"
60+
copyright = "2016-2024, Open Data Services"
6161
author = "Open Data Services"
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = "0.0.0"
68+
# version = "0.0.0"
6969
# The full version, including alpha/beta/rc tags.
70-
release = "0.0.0"
70+
# release = "0.0.0"
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

0 commit comments

Comments
 (0)