File tree Expand file tree Collapse file tree 7 files changed +59
-527
lines changed
Expand file tree Collapse file tree 7 files changed +59
-527
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Note links for http://www.zope.com/Marks and http://www.ekit.com/ are dead.
33Roundup Licensing
44-----------------
55
6- Copyright (c) 2009-2018 Roundup-Team
6+ Copyright (c) 2009-2019 Roundup-Team
77Copyright (c) 2003-2009 Richard Jones (
[email protected] )
88Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
99Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ ideas and everything else that helped!
14141.6
1515---
1616
17+ 1.6.1
18+ ~~~~~
19+ Maintainer: Ralf Schlatterbeck, John Rouillard
20+
21+ Release Manager: John Rouillard
22+
23+ Developer activity by changesets::
24+
25+ rouilj at ieee.org 19 **********************************************
26+ bernhard at intevation.de 1 **
27+ jsm at polyomino.org.uk 1 **
28+
29+
30+ Joseph Myers
31+ Cédric Krier
32+ hannob/JulienPalard
33+
17341.6.0
1835~~~~~
1936Maintainer: Ralf Schlatterbeck, John Rouillard
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 6767'''
6868__docformat__ = 'restructuredtext'
6969
70- __version__ = '1.6.0 '
70+ __version__ = '1.6.1 '
7171
7272# vim: set filetype=python ts=4 sw=4 et si
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def main():
126126 " customisable." ,
127127 long_description = long_description ,
128128 url = 'http://www.roundup-tracker.org' ,
129- download_url = 'https://pypi.python. org/pypi /roundup' ,
129+ download_url = 'https://pypi.org/project /roundup' ,
130130 classifiers = ['Development Status :: 5 - Production/Stable' ,
131131 'Environment :: Console' ,
132132 'Environment :: Web Environment' ,
Original file line number Diff line number Diff line change 5252# built documents.
5353#
5454# The short X.Y version.
55- version = '1.6'
55+ version = '1.6.1 '
5656# The full version, including alpha/beta/rc tags.
57- release = '1.6'
57+ release = '1.6.1 '
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
195195
196196# If false, no module index is generated.
197197#latex_use_modindex = True
198+
199+
200+ linkcheck_ignore = [r'https?://.*localhost:\d+/' ,
201+ r'http://www.zope.com/Marks' # reference in license
202+ ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Roundup Issue Tracker
88Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
99It 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.6 which has quite a comprehensive
11+ The current stable version of Roundup is 1.6.1 which has quite a comprehensive
1212:doc:`feature set <docs/features>`. For more information see the :doc:`design overview <docs/design>`,
1313and all the other :doc:`documentation <docs>`. Roundup has been deployed for:
1414
You can’t perform that action at this time.
0 commit comments