Skip to content

Commit

Permalink
1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Jul 11, 2019
1 parent 12aa5dd commit ab67c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# logging.getLogger('boto').setLevel(logging.CRITICAL)

__title__ = 'moto'
__version__ = '1.3.9'
__version__ = '1.3.10'

from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa
Expand Down

0 comments on commit ab67c1b

Please sign in to comment.