Bump version and modernize version utility code.
Review Request #13956 — Created June 6, 2024 and submitted
This change bumps Review Board to 8.x on the master branch, updates the
djblets dependency to match, and modernizes all our package versioning
utilities.
Ran setup.py develop.
Summary | ID |
---|---|
d56520206e35d54b9431695f5ba4abbf49fb48ec |
Description | From | Last Updated |
---|---|---|
Since this is a core package information module, let's go for the widest compatibility and use Type[...] and not type[...]. |
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 |
- Commits:
-
Summary ID 60ad9c0f1a85686db9bb91936a42aac7cffd15a5 d56520206e35d54b9431695f5ba4abbf49fb48ec - Diff:
-
Revision 2 (+126 -82)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.