File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
release : ${DISTFILES}
23
23
rm -f MANIFEST; \
24
- ${PYTHON} license.py ${VERSION} license/LICENSE; \
25
24
${PYTHON} setup.py sdist --formats=gztar,zip;
26
25
27
26
pyback :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ List of changes to Matplotlib prior to 2015
4
4
===========================================
5
5
6
6
This is a list of the changes made to Matplotlib from 2003 to 2015. For more
7
- recent changes, please refer to the `what's new <../whats_new >`_ or
8
- the `API changes <../api/api_changes >`_.
7
+ recent changes, please refer to the `what's new <../whats_new.html >`_ or
8
+ the `API changes <../../ api/api_changes.html >`_.
9
9
10
10
2015-11-16 Levels passed to contour(f) and tricontour(f) must be in increasing
11
11
order.
You can’t perform that action at this time.
0 commit comments