- In this version there's a nice amount of code improvements - Added compatibility with Python 3 - Pybooru now use requests - Replace `"%s" % (foo)` for `"{0}".format(foo)` - Improvement code style - Added Travis CI to the project
2.1.1
- Improve documentation style
2.1
- Added login suppport for any Moebooru based site - Fixed a bug: c4b3435 - Added new information to setup.py - Small changes