diff --git a/HISTORY.rst b/HISTORY.rst index a40806d..8bce011 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,11 @@ History ------- -3.2.0 (2015-06-28) + +3.2.0 (2015-07-07) ------------------- +* Added new publish and unpublish methods thanks to Ryan Bagwell. * Eventbrite client now accepts an ``eventbrite_api_url`` argument. 3.1.0 (2015-05-11) diff --git a/eventbrite/__init__.py b/eventbrite/__init__.py index 29af39d..3c2b7c5 100755 --- a/eventbrite/__init__.py +++ b/eventbrite/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Daniel Greenfeld' __email__ = 'danny@eventbrite.com' -__version__ = '3.1.0' +__version__ = '3.2.0' from .client import Eventbrite # noqa