* Added testing and support for Python versions up to 3.8, along with PyPy 3. * Remove support for deprecated Python versions 2.6, 3.3, and 3.4. * Fixed ``get_format()`` and ``get_formats()`` methods, to use the right endpoint.
3.3.4
------------------
* Added new organizers endpoint (thanks tp mgrdcm) * GET /organizers/:id/events/
3.3.3
------------------
* Added 3 new user endpoints, thanks to jon-ga (29)
* GET /users/:id/events/ * GET /users/:id/venues/ * GET /users/:id/organizers/
3.3.2
-------------------
* Removed type mapping as it added unnecessary complexity preventing easy management of paginated responses.
3.2.1
------------------
* Enabled webhooks * Fixed ticket definitions in Event creation test * Set input variable using input argument thanks to Bill So (27).
3.2.0
-------------------
* Added new publish and unpublish methods thanks to Ryan Bagwell. * Eventbrite client now accepts an ``eventbrite_api_url`` argument.