as of now, the bump_version.py script does not check the logic of what is being asked.
so it will bump to whatever version you give as an argument.
it could:
by default, +1 on last number (patch level).
increase the minor version (and zero the patch).
increase the major version (and zero minor and patch).
as of now, the
bump_version.py
script does not check the logic of what is being asked. so it will bump to whatever version you give as an argument.it could: by default, +1 on last number (patch level). increase the minor version (and zero the patch). increase the major version (and zero minor and patch).
bump_version.py --minor --major