Nookipedia / nookipedia-api

Nookipedia's custom API for querying data from the Animal Crossing video game series.
https://api.nookipedia.com/
MIT License
40 stars 12 forks source link

1.6.0: Moving query limits to config file / NH art endpoint updates #82

Closed Micalobia closed 1 year ago

Micalobia commented 2 years ago

Resolves #74 Resolves #58 Resolves #75

Fixed a setup bug where urllib3 was the wrong version, and removed it from the requirements altogether since we don't use it in the project anyways, it's just a dependency of requests and should be handled through the dependency manager pip uses.

Fixed an edge case where version checking would sometimes say a version was more or less up to date due to exiting the function earlier than intended.

Bumps the version from 1.5.0 to 1.5.1, figured a major patch wasn't warranted since there wasn't anything as drastic as an endpoint or a rewrite.

KevinPayravi commented 1 year ago

Finally got around to testing this -- thank you!

KevinPayravi commented 1 year ago

Ended up versioning this as 1.6.0, since it is a breaking change.