We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a4ba5 commit cb914eaCopy full SHA for cb914ea
Changelog
@@ -1,3 +1,7 @@
1
+version 1.2.0
2
+-------------
3
+* Mostly compatibility bugfixes
4
+
5
version 1.1.0 (git tag v1.1.0rel)
6
--------------------------------
7
* Updated packaged data to use GSHHG v2.3.6 (PR #311 & #320)
setup.py
@@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116
117
install_requires = get_install_requirements("requirements.txt")
118
119
-__version__ = "1.1.0"
+__version__ = "1.2.0"
120
setup(
121
name = "basemap",
122
version = __version__,
0 commit comments