Skip to content

Commit

Permalink
Update changelog. Ref #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 28, 2017
1 parent 1490c0e commit ad48e8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.15
----

Issue #14: Added workaround for pip #4106 such that rwt now
runs on Homebrew Python and other environments where a distutils
prefix is defined.

2.14
----

Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
pattern=r"PEP[- ](?P<pep_number>\d+)",
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
),
dict(
pattern=r"pip #(?P<pip_issue>\d+)",
url='{GH}/pypa/pip/issues/{pip_issue}',
),
],
),
}

0 comments on commit ad48e8f

Please sign in to comment.