Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Oct 3, 2018
1 parent 1a269d5 commit 759bad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_ses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# When changing this, remember to change it in setup.py
VERSION = (0, "8", 6)
VERSION = (0, "8", 7)
__version__ = '.'.join([str(x) for x in VERSION])
__author__ = 'Harry Marr'
__all__ = ('SESBackend',)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def find_package_data(where=".", package="", exclude=standard_exclude,

setup(
name='django-ses',
version='0.8.6', # When changing this, remember to change it in __init__.py
version='0.8.7', # When changing this, remember to change it in __init__.py
packages=find_packages(exclude=['example']),
package_data=package_data,
author='Harry Marr',
Expand Down

0 comments on commit 759bad9

Please sign in to comment.