v1.10.0 Ticks for Geoaxes
This release marks a newly added feature: ticks on GeoAxes

This allows for users to set ticks for the x and or y axis. These can be controlled by lonticklen, latticklen or ticklen for controlling the x, y or both axis at the same time. This works independently to the major and minor gridlines allow for optimal control over the look and feel of your plots.
What's Changed
- prod: add me to maintainers by @beckermr in #117
- prod: only use readthedocs for PR tests by @beckermr in #118
- feat: enable test coverage with codecov by @beckermr in #121
- dynamically build what's new by @cvanelteren in #122
- rm extra == line by @cvanelteren in #123
- bugfix for Axes.legend when certain keywords are set to str by @syrte in #124
- reduce verbosity of extension by @cvanelteren in #127
- allow ticks for geoaxes by @cvanelteren in #126
New Contributors
Full Changelog: v1.0.9...v1.10.0