common.py (geotools-24.0-project) | : | common.py (geotools-24.1-project) | ||
---|---|---|---|---|
skipping to change at line 68 | skipping to change at line 68 | |||
year = now.year | year = now.year | |||
#Copyright | #Copyright | |||
copyright = u'{} Open Source Geospatial Foundation'.format(year) | copyright = u'{} Open Source Geospatial Foundation'.format(year) | |||
# The version info for the project you're documenting, acts as replacement for | # The version info for the project you're documenting, acts as replacement for | |||
# |version| and |release|, also used in various other places throughout the | # |version| and |release|, also used in various other places throughout the | |||
# built documents. | # built documents. | |||
# | # | |||
# The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | |||
release = '24.0' | release = '24.1' | |||
# The short X.Y version. | # The short X.Y version. | |||
version = release | version = release | |||
if version.find('SNAPSHOT') == -1: | if version.find('SNAPSHOT') == -1: | |||
version = re.sub('-.*', '', version) | version = re.sub('-.*', '', version) | |||
# The branch, 8, 9, 10, etc... | # The branch, 8, 9, 10, etc... | |||
branch = re.sub('\..*', '', re.sub('-.*', '', version)) | branch = re.sub('\..*', '', re.sub('-.*', '', version)) | |||
# The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |