releasing version 1.3.0 (#1526)
* Adding CHANGELOG entry for 1.3.0 * bumping to version 1.3.0 * Updating implementation coverage
This commit is contained in:
parent
fecdf388c2
commit
17f3758591
5 changed files with 52 additions and 31 deletions
|
|
@ -3,7 +3,7 @@ import logging
|
|||
# logging.getLogger('boto').setLevel(logging.CRITICAL)
|
||||
|
||||
__title__ = 'moto'
|
||||
__version__ = '1.2.0'
|
||||
__version__ = '1.3.0'
|
||||
|
||||
from .acm import mock_acm # flake8: noqa
|
||||
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue