Skip to content

Commit 9e22bf4

Browse files
committed
Start next development cycle 2.1.0.dev0
1 parent b96a713 commit 9e22bf4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ https://keepachangelog.com/en/1.0.0/
1010
https://semver.org/spec/v2.0.0.html
1111

1212

13+
## [Unreleased]
14+
1315
## [2.0.0] - 2025-06-13
1416

1517
### Added

src/_geoslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sys
22
import numpy
33
cimport numpy as cnp
44

5-
__version__ = "2.0.0"
5+
__version__ = "2.1.0.dev0"
66

77

88
# Need some Python C-API functions for strings.

src/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from . proj import Proj
4949

5050

51-
__version__ = "2.0.0"
51+
__version__ = "2.1.0.dev0"
5252

5353
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
5454
# check to see if environment variable BASEMAPDATA set to a directory,

0 commit comments

Comments
 (0)