Skip to content

Commit d2de1bb

Browse files
committed
Changes to prepare for 1.6.1 release.
1 parent f17ba51 commit d2de1bb

File tree

7 files changed

+59
-527
lines changed

7 files changed

+59
-527
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Note links for http://www.zope.com/Marks and http://www.ekit.com/ are dead.
33
Roundup Licensing
44
-----------------
55

6-
Copyright (c) 2009-2018 Roundup-Team
6+
Copyright (c) 2009-2019 Roundup-Team
77
Copyright (c) 2003-2009 Richard Jones ([email protected])
88
Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
99
Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)

doc/acknowledgements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ ideas and everything else that helped!
1414
1.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+
1734
1.6.0
1835
~~~~~
1936
Maintainer: Ralf Schlatterbeck, John Rouillard

doc/announcement.txt

Lines changed: 31 additions & 521 deletions
Large diffs are not rendered by default.

roundup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

website/www/conf.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
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.
@@ -195,3 +195,8 @@
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+
]

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.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>`,
1313
and all the other :doc:`documentation <docs>`. Roundup has been deployed for:
1414

0 commit comments

Comments
 (0)