Closed bdepardo closed 2 years ago
You may well have found an issue here, I'm not sure. I never ran across it since most of my projects have the year as part of the version number. The issue may be, that there is no reference point to start with based on which you could detect the rollover. But I don't see why you would need that. I think it should be possible in principle but I'd have to debug.
Thanks. Upgraded to 2022.1115 solved the problem, I was in 2021.1114
Hi,
I'm trying to use bumpver to update the version of our software, along with updating the copyright year in some files.
I have the following pyproject.toml configuration file
I have the following
LICENSE
file:If I try to run update, the whole line about the copyright disappears, while the other versions are correctly updated:
What am I doing wrong? Is it possible to update both the software version and the copyright year with a single configuration?
Thanks