This commit is contained in:
Steve Pulec 2019-04-22 19:23:45 -05:00
parent 88e1f0fa23
commit 036d6a8698
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import logging
# logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = 'moto'
__version__ = '1.3.7'
__version__ = '1.3.8'
from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa

View File

@ -55,7 +55,7 @@ else:
setup(
name='moto',
version='1.3.7',
version='1.3.8',
description='A library that allows your python tests to easily'
' mock out the boto library',
long_description=read('README.md'),