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 b96a713 commit 9e22bf4Copy full SHA for 9e22bf4
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
## [2.0.0] - 2025-06-13
16
17
### Added
src/_geoslib.pyx
@@ -2,7 +2,7 @@ import sys
2
import numpy
3
cimport numpy as cnp
4
5
-__version__ = "2.0.0"
+__version__ = "2.1.0.dev0"
6
7
8
# Need some Python C-API functions for strings.
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