Skip to content

Commit 1d85f5e

Browse files
author
Jeff Whitaker
committed
bump version number to 1.0.7
1 parent c4b4fdf commit 1d85f5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
since version 1.0.6
2-
-------------------
1+
version 1.0.7 (not yet released)
2+
-------------------------------
33
* fix drawmeridians so meridians reach edge of plot when map projection region
44
is *very* small (issue ???).
55
* update pyproj (with fixes to geodesic calculations).

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
else:
4848
basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
4949

50-
__version__ = '1.0.6'
50+
__version__ = '1.0.7'
5151

5252
# module variable that sets the default value for the 'latlon' kwarg.
5353
# can be set to True by user so plotting functions can take lons,lats

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def checkversion(GEOS_dir):
110110

111111
setup(
112112
name = "basemap",
113-
version = "1.0.6",
113+
version = "1.0.7",
114114
description = "Plot data on map projections with matplotlib",
115115
long_description = """
116116
An add-on toolkit for matplotlib that lets you plot data

0 commit comments

Comments
 (0)