Skip to content

Commit 1efd74d

Browse files
committed
website/www/conf.py needs copyright update and version update.
added requirement to RELEASE.txt.
1 parent 5240f22 commit 1efd74d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
1516
2a. Update license end date in COPYING.txt
1617
3. Update documentation
1718
doc/announcement.txt

website/www/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545

4646
# General information about the project.
4747
project = 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.

0 commit comments

Comments
 (0)