Skip to content

Commit 7ef7919

Browse files
committed
REL : version bump for 1.4.3rc1
First release candidate for 1.4.3, the third bug-fix release for the 1.4 series.
1 parent 313e946 commit 7ef7919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
import distutils.version
108108
from itertools import chain
109109

110-
__version__ = str('1.4.x')
110+
__version__ = str('1.4.3rc1')
111111
__version__numpy__ = str('1.6') # minimum required numpy version
112112

113113
try:

0 commit comments

Comments
 (0)