Bump version and modernize version utility code.
Review Request #13955 — Created June 6, 2024 and submitted
This change bumps Djblets to 6.x on the master branch, and modernizes
all our package versioning utilities.
Ran setup.py develop.
Summary | ID |
---|---|
6ac1c73856c7d88e47ea70e928a94a3b4fc10fdc |
Description | From | Last Updated |
---|---|---|
Two blank lines here. |
chipx86 | |
Let's move the value to the next line. I want to make it as easy as possible to modify these … |
chipx86 | |
We should reserve _ for gettext. We can just assign to VERSION[:-1]. |
chipx86 | |
Old code, but I've been changing other modules to use VERSION[-1] here since that's always going to be the release … |
chipx86 |
-
-
-
Let's move the value to the next line. I want to make it as easy as possible to modify these without feeling crowded or hitting a button a bunch of times in vim.
(I'm almost tempted not to version this, just let it be Final of values.)
Also, since this is a core package information module, let's go for the widest compatibility and use
Type[...]
and nottype[...]
. -
-
Old code, but I've been changing other modules to use
VERSION[-1]
here since that's always going to be the release flag.
- Commits:
-
Summary ID 5182437a72f9ef109c7a0b0a2e1c6fd1f13234ee 6ac1c73856c7d88e47ea70e928a94a3b4fc10fdc - Diff:
-
Revision 2 (+80 -34)