File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ <h3>{{ _('Navigation') }}</h3>
159
159
< body >
160
160
< div class ="alert " style ="background-color: #FEA46C; padding: 10px 0;
161
161
">
162
- < h3 > Matplotlib 2.0.0rc1 is available</ h3 >
162
+ < h2 > Matplotlib 2.0.0rc2 is available</ h2 >
163
163
164
164
< p > < a href ="{{ pathto('style_changes.html', 1) }} "
165
165
style ="font-weight: bold;
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ approaching the release.
7
7
8
8
For the full details of what has been changed see a `draft of the
9
9
release notes
10
- <http://matplotlib.org/2.0.0rc1 /users/dflt_style_changes.html> `_.
10
+ <http://matplotlib.org/2.0.0rc2 /users/dflt_style_changes.html> `_.
11
11
12
12
The current pre-release is
13
- `v2.0.0rc1 <https://github.com/matplotlib/matplotlib/releases/tag/v2.0.0rc1 >`_
13
+ `v2.0.0rc2 <https://github.com/matplotlib/matplotlib/releases/tag/v2.0.0rc2 >`_
14
14
15
15
You can install pre-releases via ::
16
16
@@ -29,13 +29,13 @@ git ::
29
29
30
30
git clone https://github.com/matplotlib/matplotlib.git
31
31
cd matplotlib
32
- git checkout v2.0.0rc1
32
+ git checkout v2.0.0rc2
33
33
34
34
or tarball ::
35
35
36
- wget https://github.com/matplotlib/matplotlib/archive/v2.0.0rc1 .tar.gz -O matplotlib-v2.0.0rc1 .tar.gz
37
- tar -xzvf matplotlib-v2.0.0rc1 .tar.gz
38
- cd matplotlib-v2.0.0rc1
36
+ wget https://github.com/matplotlib/matplotlib/archive/v2.0.0rc2 .tar.gz -O matplotlib-v2.0.0rc2 .tar.gz
37
+ tar -xzvf matplotlib-v2.0.0rc2 .tar.gz
38
+ cd matplotlib-v2.0.0rc2
39
39
40
40
via ::
41
41
You can’t perform that action at this time.
0 commit comments