Releases: PokeAPI/pokepy
Releases · PokeAPI/pokepy
Version 0.6.1
Version 0.6.0
- V2Client get methods now return element instead of single element list
- set urllib3 version to >=1.24.3, <1.25 (CVE-2019-11236)
- Support for Python 3.4 and 3.5
Version 0.5.2
- Fixed bug that caused
pokemon_encounters
subresource to not be detected inLocationAreaResource
(thanks to jachymb)
Version 0.5.1
New V2Client cache-related methods:
- cache_info
- cache_clear
- cache_location
Version 0.5.0
- Pykemon is now Pokepy!
- Cache (disk- and memory-based)
Version 0.4.0
Python 3 support.
Version 0.2.0
Merge pull request #12 from PokeAPI/beckett Uses Beckett API Client Framework
Version 0.1.2
Added sprite attribute to Pokemon class
Version 0.1.1
- Description attribute added to the Pokemon class
Version 0.1.0
- First release on PyPI.
- All PokeAPI resources fully supported and represented in an object-oriented style.
- Easy-to-use API: just one method!