Skip to content

Commit b30218b

Browse files
author
Daniel Greenfeld
committed
Bump to 3.2.1
1 parent 54562de commit b30218b

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
History
44
-------
55

6-
3.x.x (2015-08-??)
6+
3.2.1 (2015-08-10)
77
------------------
88

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

1113
3.2.0 (2015-07-07)

eventbrite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Daniel Greenfeld'
55
__email__ = 'danny@eventbrite.com'
6-
__version__ = '3.2.0'
6+
__version__ = '3.2.1'
77

88

99
from .client import Eventbrite # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
__version__ = '3.2.0'
11+
__version__ = '3.2.1'
1212

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

0 commit comments

Comments
 (0)