File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://keepachangelog.com/en/1.0.0/
1010https://semver.org/spec/v2.0.0.html
1111
1212
13- ## [ 1.3.6]
13+ ## [ 1.3.6] - 2022-10-31
1414
1515### Added
1616- Support for Python 3.11 (PR [ #563 ] , solves issue [ #561 ] ).
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.5 " ,
175+ "1.3.6 " ,
176176 "license" :
177177 "MIT" ,
178178 "description" :
Original file line number Diff line number Diff line change 5454import functools
5555
5656
57- __version__ = "1.3.5 "
57+ __version__ = "1.3.6 "
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.5 "
14+ __version__ = "1.3.6 "
1515
1616_dg2rad = math .radians (1. )
1717_rad2dg = math .degrees (1. )
You can’t perform that action at this time.
0 commit comments