Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odero committed Jun 29, 2015
1 parent c3d0e15 commit 873fe15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion django_pesapal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
author_email='[email protected]',
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',
Expand Down

0 comments on commit 873fe15

Please sign in to comment.