We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54562de commit b30218bCopy full SHA for b30218b
3 files changed
HISTORY.rst
@@ -3,9 +3,11 @@
3
History
4
-------
5
6
-3.x.x (2015-08-??)
+3.2.1 (2015-08-10)
7
------------------
8
9
+* Enabled webhooks
10
+* Fixed ticket definitions in Event creation test
11
* Set input variable using input argument thanks to Bill So (#27).
12
13
3.2.0 (2015-07-07)
eventbrite/__init__.py
@@ -3,7 +3,7 @@
__author__ = 'Daniel Greenfeld'
__email__ = 'danny@eventbrite.com'
-__version__ = '3.2.0'
+__version__ = '3.2.1'
from .client import Eventbrite # noqa
setup.py
@@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup
if sys.argv[-1] == 'tag':
14
os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
0 commit comments