Skip to content

Commit 6bf7ba3

Browse files
committed
Set version back to 1.5.0-dev
1 parent 6a7eba0 commit 6bf7ba3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
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
## [1.4.1] - 2024-02-15
1416

1517
### Changed

Diff for: packages/basemap/src/_geoslib.pyx

+1-1
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__ = "1.4.1"
5+
__version__ = "1.5.0-dev"
66

77

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

Diff for: packages/basemap/src/mpl_toolkits/basemap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from . proj import Proj
4949

5050

51-
__version__ = "1.4.1"
51+
__version__ = "1.5.0-dev"
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)