From d477d6f03740e1fbfacfa00bdbf0367a7c9de795 Mon Sep 17 00:00:00 2001 From: Tim Kleinschmidt Date: Tue, 16 Jan 2018 11:44:26 +0100 Subject: [PATCH] Bump to version 0.35 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c56b45b..04f562c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='django_emarsys', - version='0.34', + version='0.35', description='Django glue for Emarsys events', license="MIT", author='Markus Bertheau',