summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-15 16:41:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-15 16:41:50 -0400
commit7683c0ca9171e7e665a5e1778e53bd9faaa94866 (patch)
tree9602c6e498b771d0798d301426cfd40ebf231802 /release.py
parent619429440ee6d4edb3950ab36b687b8ede98598a (diff)
downloadpython-setuptools-bitbucket-7683c0ca9171e7e665a5e1778e53bd9faaa94866.tar.gz
Update changelog0.9.5
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.py b/release.py
index 5e99e74c..659b4086 100644
--- a/release.py
+++ b/release.py
@@ -29,6 +29,7 @@ link_patterns = [
r"Buildout #(?P<buildout>\d+)",
r"Old Setuptools #(?P<old_setuptools>\d+)",
r"Jython #(?P<jython>\d+)",
+ r"Python #(?P<python>\d+)",
]
issue_urls = dict(
@@ -37,6 +38,7 @@ issue_urls = dict(
buildout='https://github.com/buildout/buildout/issues/{buildout}',
old_setuptools='http://bugs.python.org/setuptools/issue{old_setuptools}',
jython='http://bugs.jython.org/issue{jython}',
+ python='http://bugs.python.org/issue{python}',
)
def _linkify(source, dest):