Including the in-source version number
This commit is contained in:
parent
350cf9257e
commit
681726b826
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user