File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ version 1.2.1
2+ -------------
3+ * More compatibility bugfixes
4+ * Fix a bug introduced in v1.1.0 in addcyclic()
5+ * Some documentation updates
6+
17version 1.2.0
28-------------
39* Mostly compatibility bugfixes
Original file line number Diff line number Diff line change 6363else :
6464 basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
6565
66- __version__ = '1.2.0 '
66+ __version__ = '1.2.1 '
6767
6868# module variable that sets the default value for the 'latlon' kwarg.
6969# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116116
117117install_requires = get_install_requirements ("requirements.txt" )
118118
119- __version__ = "1.2.0 "
119+ __version__ = "1.2.1 "
120120setup (
121121 name = "basemap" ,
122122 version = __version__ ,
You can’t perform that action at this time.
0 commit comments