Skip to content

Commit

Permalink
Update changelog with mention of more_itertools bump and also link th…
Browse files Browse the repository at this point in the history
…at to the more_itertools changelog.
  • Loading branch information
jaraco committed Jul 10, 2018
1 parent 831bd4a commit 4674e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
``more_itertools.collapse``. Deprecated
``iterable_test``, only used by deprecated functions.

* Bump dependency on more_itertools 4.0.0.

2.3
===

Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
pattern=r'PEP[- ](?P<pep_number>\d+)',
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
),
dict(
pattern=r'more_itertools (?P<more_itertools_ver>[0-9.]+)',
url='https://more-itertools.readthedocs.io/en/latest/versions.html',
),
],
),
}

0 comments on commit 4674e82

Please sign in to comment.