Including the in-source version number

This commit is contained in:
Jack Danger 2017-12-27 11:08:09 -08:00
commit 681726b826
2 changed files with 2 additions and 2 deletions

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