File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
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.4.0 ] - 2024-01-09
14
14
15
15
### Added
16
16
- Support for Python 3.12 (solves issue [ #590 ] ).
@@ -1230,7 +1230,9 @@ https://github.com/matplotlib/basemap/issues/228
1230
1230
https://github.com/matplotlib/basemap/issues/179
1231
1231
1232
1232
[ Unreleased] :
1233
- https://github.com/matplotlib/basemap/compare/v1.3.9...develop
1233
+ https://github.com/matplotlib/basemap/compare/v1.4.0...develop
1234
+ [ 1.4.0] :
1235
+ https://github.com/matplotlib/basemap/compare/v1.3.9...v1.4.0
1234
1236
[ 1.3.9] :
1235
1237
https://github.com/matplotlib/basemap/compare/v1.3.8...v1.3.9
1236
1238
[ 1.3.8] :
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.9 /packages/basemap/LICENSE
48
+ https://github.com/matplotlib/basemap/blob/v1.4.0 /packages/basemap/LICENSE
49
49
[ ` LICENSE.geos ` ] :
50
- https://github.com/matplotlib/basemap/blob/v1.3.9 /packages/basemap/LICENSE.geos
50
+ https://github.com/matplotlib/basemap/blob/v1.4.0 /packages/basemap/LICENSE.geos
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sys
2
2
import numpy
3
3
cimport numpy as cnp
4
4
5
- __version__ = " 1.4.0-dev "
5
+ __version__ = " 1.4.0"
6
6
7
7
8
8
# Need some Python C-API functions for strings.
Original file line number Diff line number Diff line change 48
48
from . proj import Proj
49
49
50
50
51
- __version__ = "1.4.0-dev "
51
+ __version__ = "1.4.0"
52
52
53
53
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
54
54
# check to see if environment variable BASEMAPDATA set to a directory,
You can’t perform that action at this time.
0 commit comments