Hi Manuel, thanks for bumpver! I'm trying it today and found a strange error message:
First, something normal:
$ bumpver test '21.3.17' 'YY.MM.DD'
New Version: 21.3.18
I'm happy!
Now I'm trying to re-bump the same version the same day, it can't work, I know:
$ bumpver test '21.3.18' 'YY.MM.DD'
ERROR - Invalid arguments or pattern, version did not change.
ERROR - Invalid version '21.3.18' and/or pattern 'YY.MM.DD'.
The "version did not change." error is usefull, but the "Invalid version '21.3.18' and/or pattern 'YY.MM.DD'" is missleading, I though I had an error in my version or my pattern.
Hi Manuel, thanks for bumpver! I'm trying it today and found a strange error message:
First, something normal:
I'm happy!
Now I'm trying to re-bump the same version the same day, it can't work, I know:
The "version did not change." error is usefull, but the "Invalid version '21.3.18' and/or pattern 'YY.MM.DD'" is missleading, I though I had an error in my version or my pattern.