Skip to content

Commit

Permalink
Tagging release v1.2.0
Browse files Browse the repository at this point in the history
* Primarially compatibility bugfixes. No new features.
  • Loading branch information
WeatherGod committed Sep 26, 2018
1 parent 24a4ba5 commit cb914ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.2.0
-------------
* Mostly compatibility bugfixes

version 1.1.0 (git tag v1.1.0rel)
--------------------------------
* Updated packaged data to use GSHHG v2.3.6 (PR #311 & #320)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def checkversion(GEOS_dir):

install_requires = get_install_requirements("requirements.txt")

__version__ = "1.1.0"
__version__ = "1.2.0"
setup(
name = "basemap",
version = __version__,
Expand Down

0 comments on commit cb914ea

Please sign in to comment.