File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Roundup release checklist:
1212 CHANGES.txt
1313 roundup/__init__.py
1414 website/www/index.txt
15+ website/www/conf.py (also update copyright)
15162a. Update license end date in COPYING.txt
16173. Update documentation
1718 doc/announcement.txt
Original file line number Diff line number Diff line change 4545
4646# General information about the project.
4747project = u'Roundup'
48- copyright = u'2009-2015 , Richard Jones, Roundup-Team'
48+ copyright = u'2009-2018 , Richard Jones, Roundup-Team'
4949
5050# The version info for the project you're documenting, acts as replacement for
5151# |version| and |release|, also used in various other places throughout the
5252# built documents.
5353#
5454# The short X.Y version.
55- version = '1.5 '
55+ version = '1.6 '
5656# The full version, including alpha/beta/rc tags.
57- release = '1.5 '
57+ release = '1.6 '
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments