Skip to content

Commit 04b10dd

Browse files
committed
Update website to display 1.5 as the release version
The roundup website is still displaying the current stable version as 1.4.x though 1.5.x has been out for a while now.
1 parent 9ec099f commit 04b10dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/www/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = '1.4'
49+
version = '1.5'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '1.4'
51+
release = '1.5'
5252

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

website/www/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Roundup Issue Tracker
88
Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
99
It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.
1010

11-
The current stable version of Roundup is 1.4.x which has quite a comprehensive
11+
The current stable version of Roundup is 1.5.x which has quite a comprehensive
1212
:doc:`feature set <docs/features>`. For more information see the :doc:`design overview <docs/design>`,
1313
and all the other :doc:`documentation <docs>`. Roundup has been deployed for:
1414

0 commit comments

Comments
 (0)