mfrasca / bauble.classic

desktop version of Bauble
http://bauble.readthedocs.io
GNU General Public License v2.0
2 stars 1 forks source link

bump script could check current version #92

Closed mfrasca closed 9 years ago

mfrasca commented 9 years ago

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

mfrasca commented 9 years ago

3cf979c478347becabe8222888049d4c5d3d815e