We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7eba0 commit 6bf7ba3Copy full SHA for 6bf7ba3
CHANGELOG.md
@@ -10,6 +10,8 @@ https://keepachangelog.com/en/1.0.0/
10
https://semver.org/spec/v2.0.0.html
11
12
13
+## [Unreleased]
14
+
15
## [1.4.1] - 2024-02-15
16
17
### Changed
packages/basemap/src/_geoslib.pyx
@@ -2,7 +2,7 @@ import sys
2
import numpy
3
cimport numpy as cnp
4
5
-__version__ = "1.4.1"
+__version__ = "1.5.0-dev"
6
7
8
# Need some Python C-API functions for strings.
packages/basemap/src/mpl_toolkits/basemap/__init__.py
@@ -48,7 +48,7 @@
48
from . proj import Proj
49
50
51
52
53
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
54
# check to see if environment variable BASEMAPDATA set to a directory,
0 commit comments