holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
592 stars 76 forks source link

Fix version check for warnings #656

Closed hoxbro closed 1 year ago

hoxbro commented 1 year ago

Small bug where we did not check if the remove version was equal to the current version.

Also, combined all the startswith into one.