File tree 5 files changed +9
-7
lines changed
5 files changed +9
-7
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
- ## [ 1.3.8]
13
+ ## [ 1.3.8] - 2023-08-18
14
14
15
15
### Changed
16
16
- Upgrade ` numpy ` upper pin to 1.26.
@@ -1080,7 +1080,9 @@ https://github.com/matplotlib/basemap/issues/228
1080
1080
https://github.com/matplotlib/basemap/issues/179
1081
1081
1082
1082
[ Unreleased] :
1083
- https://github.com/matplotlib/basemap/compare/v1.3.7...develop
1083
+ https://github.com/matplotlib/basemap/compare/v1.3.8...develop
1084
+ [ 1.3.8] :
1085
+ https://github.com/matplotlib/basemap/compare/v1.3.7...v1.3.8
1084
1086
[ 1.3.7] :
1085
1087
https://github.com/matplotlib/basemap/compare/v1.3.6...v1.3.7
1086
1088
[ 1.3.6] :
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
45
45
https://spdx.org/licenses/MIT.html
46
46
47
47
[ ` LICENSE ` ] :
48
- https://github.com/matplotlib/basemap/blob/v1.3.7 /packages/basemap/LICENSE
48
+ https://github.com/matplotlib/basemap/blob/v1.3.8 /packages/basemap/LICENSE
49
49
[ ` LICENSE.geos ` ] :
50
- https://github.com/matplotlib/basemap/blob/v1.3.7 /packages/basemap/LICENSE.geos
50
+ https://github.com/matplotlib/basemap/blob/v1.3.8 /packages/basemap/LICENSE.geos
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.7 " ,
175
+ "1.3.8 " ,
176
176
"license" :
177
177
"MIT" ,
178
178
"description" :
Original file line number Diff line number Diff line change 54
54
import functools
55
55
56
56
57
- __version__ = "1.3.7 "
57
+ __version__ = "1.3.8 "
58
58
59
59
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
60
60
# check to see if environment variable BASEMAPDATA set to a directory,
Original file line number Diff line number Diff line change 11
11
from matplotlib .cbook import dedent
12
12
13
13
14
- __version__ = "1.3.7 "
14
+ __version__ = "1.3.8 "
15
15
16
16
_dg2rad = math .radians (1. )
17
17
_rad2dg = math .degrees (1. )
You can’t perform that action at this time.
0 commit comments