Skip to content

Commit

Permalink
Bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Aug 11, 2015
1 parent 54562de commit b30218b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
History
-------

3.x.x (2015-08-??)
3.2.1 (2015-08-10)
------------------

* Enabled webhooks
* Fixed ticket definitions in Event creation test
* Set input variable using input argument thanks to Bill So (#27).

3.2.0 (2015-07-07)
Expand Down
2 changes: 1 addition & 1 deletion eventbrite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Daniel Greenfeld'
__email__ = '[email protected]'
__version__ = '3.2.0'
__version__ = '3.2.1'


from .client import Eventbrite # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

__version__ = '3.2.0'
__version__ = '3.2.1'

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
Expand Down

0 comments on commit b30218b

Please sign in to comment.