Skip to content

Commit cb914ea

Browse files
committed
Tagging release v1.2.0
* Primarially compatibility bugfixes. No new features.
1 parent 24a4ba5 commit cb914ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 1.2.0
2+
-------------
3+
* Mostly compatibility bugfixes
4+
15
version 1.1.0 (git tag v1.1.0rel)
26
--------------------------------
37
* Updated packaged data to use GSHHG v2.3.6 (PR #311 & #320)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116116

117117
install_requires = get_install_requirements("requirements.txt")
118118

119-
__version__ = "1.1.0"
119+
__version__ = "1.2.0"
120120
setup(
121121
name = "basemap",
122122
version = __version__,

0 commit comments

Comments
 (0)