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
+
1
7
version 1.2.0
2
8
-------------
3
9
* Mostly compatibility bugfixes
Original file line number Diff line number Diff line change 63
63
else :
64
64
basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
65
65
66
- __version__ = '1.2.0 '
66
+ __version__ = '1.2.1 '
67
67
68
68
# module variable that sets the default value for the 'latlon' kwarg.
69
69
# 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):
116
116
117
117
install_requires = get_install_requirements ("requirements.txt" )
118
118
119
- __version__ = "1.2.0 "
119
+ __version__ = "1.2.1 "
120
120
setup (
121
121
name = "basemap" ,
122
122
version = __version__ ,
You can’t perform that action at this time.
0 commit comments