matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
780 stars 392 forks source link

Basemap 1.2.0 reports itself as 1.1.0 #446

Closed danson930923 closed 5 years ago

danson930923 commented 5 years ago

Hello Team,

I installed basemap v1.2.0 with conda install. After installing, I wanted to check the version, but it kept reporting it is version 1.1.0.

I wonder if the following code may be the reason why it was reporting v1.1.0 https://github.com/matplotlib/basemap/blob/v1.2.0rel/lib/mpl_toolkits/basemap/__init__.py#L61

Thank you

WeatherGod commented 5 years ago

Whoops...

Yeah, I'll fix that. Note, it shouldn't cause any actual issues as that attribute isn't actually used anywhere (unless code elsewhere is checking that attribute...)

On Thu, Dec 20, 2018 at 11:04 AM danson930923 notifications@github.com wrote:

Hello Team,

I installed basemap v1.2.0 with conda install. After installing, I wanted to check the version, but it kept reporting it is version 1.1.0.

I wonder if the following code may be the reason why it was reporting v1.1.0

https://github.com/matplotlib/basemap/blob/v1.2.0rel/lib/mpl_toolkits/basemap/__init__.py#L61

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/matplotlib/basemap/issues/446, or mute the thread https://github.com/notifications/unsubscribe-auth/AARy-IbrcZ3QqUlbO1wMLYc5TO7NEp4Xks5u67URgaJpZM4Zcd_8 .

WeatherGod commented 5 years ago

This is now fixed in master. Don't know if it makes sense to re-tag as v1.2.0rel or not.