File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ https://keepachangelog.com/en/1.0.0/
1010https://semver.org/spec/v2.0.0.html
1111
1212
13+ ## [ Unreleased]
14+
1315## [ 1.3.3] - 2022-05-11
1416
1517### Changed
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def run(self):
172172 "name" :
173173 "basemap" ,
174174 "version" :
175- "1.3.3" ,
175+ "1.3.3+dev " ,
176176 "license" :
177177 "MIT" ,
178178 "description" :
Original file line number Diff line number Diff line change 6464 from mpl_toolkits import basemap_data
6565 basemap_datadir = os .path .abspath (list (basemap_data .__path__ )[0 ])
6666
67- __version__ = "1.3.3"
67+ __version__ = "1.3.3+dev "
6868
6969# module variable that sets the default value for the 'latlon' kwarg.
7070# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change 1010 # as textwrap.dedent.
1111 from matplotlib .cbook import dedent
1212
13- __version__ = "1.3.3"
13+ __version__ = "1.3.3+dev "
1414_dg2rad = math .radians (1. )
1515_rad2dg = math .degrees (1. )
1616
You can’t perform that action at this time.
0 commit comments