File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://keepachangelog.com/en/1.0.0/
10
10
https://semver.org/spec/v2.0.0.html
11
11
12
12
13
- ## [ Unreleased ]
13
+ ## [ 1.3.4 ] - 2022-08-10
14
14
15
15
### Changed
16
16
- Upgrade ` numpy ` upper pin to 1.24.
@@ -1002,7 +1002,9 @@ https://github.com/matplotlib/basemap/issues/228
1002
1002
https://github.com/matplotlib/basemap/issues/179
1003
1003
1004
1004
[ Unreleased] :
1005
- https://github.com/matplotlib/basemap/compare/v1.3.3...develop
1005
+ https://github.com/matplotlib/basemap/compare/v1.3.4...develop
1006
+ [ 1.3.4] :
1007
+ https://github.com/matplotlib/basemap/compare/v1.3.3...v1.3.4
1006
1008
[ 1.3.3] :
1007
1009
https://github.com/matplotlib/basemap/compare/v1.3.2...v1.3.3
1008
1010
[ 1.3.2] :
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def run(self):
172
172
"name" :
173
173
"basemap" ,
174
174
"version" :
175
- "1.3.3+dev " ,
175
+ "1.3.4 " ,
176
176
"license" :
177
177
"MIT" ,
178
178
"description" :
Original file line number Diff line number Diff line change 64
64
from mpl_toolkits import basemap_data
65
65
basemap_datadir = os .path .abspath (list (basemap_data .__path__ )[0 ])
66
66
67
- __version__ = "1.3.3+dev "
67
+ __version__ = "1.3.4 "
68
68
69
69
# module variable that sets the default value for the 'latlon' kwarg.
70
70
# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change 10
10
# as textwrap.dedent.
11
11
from matplotlib .cbook import dedent
12
12
13
- __version__ = "1.3.3+dev "
13
+ __version__ = "1.3.4 "
14
14
_dg2rad = math .radians (1. )
15
15
_rad2dg = math .degrees (1. )
16
16
You can’t perform that action at this time.
0 commit comments