8000 update version strings for release candidate v1.1.1rc · matplotlib/matplotlib@e101dfa · GitHub
[go: up one dir, main page]

Skip to content

Commit e101dfa

Browse files
committed
update version strings for release candidate v1.1.1rc
1 parent 5846304 commit e101dfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ <h3>News</h3>
55
to support matplotlib development.</p>
66

77

8-
<p>Matplotlib 1.1.0 is available for
9-
<a href="https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/">download</a>.
8+
<p>Matplotlib 1.1.1 is available for
9+
<a href="https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/">download</a>.
1010
See <a href="{{ pathto('users/whats_new') }}">what's new</a>
1111
and tips on <a href="{{ pathto('users/installing') }}">installing</a>.
1212
</p>

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"""
100100
from __future__ import generators
101101

102-
__version__ = '1.1.0'
102+
__version__ = '1.1.1rc'
103103
__version__numpy__ = '1.4' # minimum required numpy version
104104

105105
import os, re, shutil, subprocess, sys, warnings

0 commit comments

Comments
 (0)
0