Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Jul 9, 2021
1 parent 280ec80 commit 3993a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_ses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
default_app_config = 'django_ses.apps.DjangoSESConfig'

# When changing this, remember to change it in setup.py
VERSION = (2, 0, 0)
VERSION = (2, 1, 0)
__version__ = '.'.join([str(x) for x in VERSION])
__author__ = 'Harry Marr'
__all__ = ('SESBackend',)
Expand Down

0 comments on commit 3993a27

Please sign in to comment.