From 873fe155caeca2581accf6037f981b162ccfaea3 Mon Sep 17 00:00:00 2001 From: odero Date: Mon, 29 Jun 2015 15:31:07 +0100 Subject: [PATCH] Bump version to 0.3.3 --- HISTORY.rst | 4 ++++ django_pesapal/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 91c431e..5b4c4ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ------- +0.3.3 (2015-06-29) +++++++++++++++++++ +- Setup build had not packaged the templates + 0.3.2 (2015-06-13) ++++++++++++++++++ - Fix documentation formatting issues diff --git a/django_pesapal/__init__.py b/django_pesapal/__init__.py index 73e3bb4..80eb7f9 100644 --- a/django_pesapal/__init__.py +++ b/django_pesapal/__init__.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3' diff --git a/setup.py b/setup.py index b664677..1621941 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ author_email='odero@xx.com', url='https://github.com/odero/django-pesapal', packages=find_packages(exclude=['sandbox*']), - include_package_data=True, + package_data={'django_pesapal': ['templates/django_pesapal/*.html']}, install_requires=[ 'Django>=1.7,<=1.7.8', 'oauth2==1.5.211',