File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
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+ ## [ 1.3.9]
14+
1315## [ 1.3.8] - 2023-08-18
1416
1517### Changed
@@ -1080,7 +1082,9 @@ https://github.com/matplotlib/basemap/issues/228
10801082https://github.com/matplotlib/basemap/issues/179
10811083
10821084[ Unreleased] :
1083- https://github.com/matplotlib/basemap/compare/v1.3.8...develop
1085+ https://github.com/matplotlib/basemap/compare/v1.3.9...develop
1086+ [ 1.3.9] :
1087+ https://github.com/matplotlib/basemap/compare/v1.3.8...v1.3.9
10841088[ 1.3.8] :
10851089https://github.com/matplotlib/basemap/compare/v1.3.7...v1.3.8
10861090[ 1.3.7] :
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
4545https://spdx.org/licenses/MIT.html
4646
4747[ ` LICENSE ` ] :
48- https://github.com/matplotlib/basemap/blob/v1.3.8 /packages/basemap/LICENSE
48+ https://github.com/matplotlib/basemap/blob/v1.3.9 /packages/basemap/LICENSE
4949[ ` LICENSE.geos ` ] :
50- https://github.com/matplotlib/basemap/blob/v1.3.8 /packages/basemap/LICENSE.geos
50+ https://github.com/matplotlib/basemap/blob/v1.3.9 /packages/basemap/LICENSE.geos
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.8 " ,
175+ "1.3.9 " ,
176176 "license" :
177177 "MIT" ,
178178 "description" :
Original file line number Diff line number Diff line change 5454import functools
5555
5656
57- __version__ = "1.3.8 "
57+ __version__ = "1.3.9 "
5858
5959# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
6060# check to see if environment variable BASEMAPDATA set to a directory,
Original file line number Diff line number Diff line change 1111 from matplotlib .cbook import dedent
1212
1313
14- __version__ = "1.3.8 "
14+ __version__ = "1.3.9 "
1515
1616_dg2rad = math .radians (1. )
1717_rad2dg = math .degrees (1. )
You can’t perform that action at this time.
0 commit comments