Including the in-source version number

This commit is contained in:
Jack Danger 2017-12-27 11:08:09 -08:00
parent 350cf9257e
commit 681726b826
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.0.1'
__version__ = '1.2.0',
from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa

View File

@ -17,7 +17,7 @@ main() {
git checkout -b version-${version}
# Commit the new version
git commit setup.py -m "bumping to version ${version}"
git commit setup.py moto/__init__.py -m "bumping to version ${version}"
# Commit an updated IMPLEMENTATION_COVERAGE.md
make implementation_coverage || true
# Open a PR