You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow accessing version variables after initialization (#58)
* Allow accessing version variables after initialization
This commit does two things:
1. Version variables are accessable by users after
package initialization.
Users can now use my_package.VERSION over exporting
my_package.version, then accessing the version value,
which makes things much easier.
2. Adapt changes made to version values to other parts
of the project
Version variables were renamed to the following:
VERSION_SHORT ==> VERSION
VERSION ==> RELEASE
and parts referring to version values were changed
accordingly, so nothing's broken.
Signed-off-by: TheRealKeto <[email protected]>
* Revert renaming versioning variables
This commit reverts the change made to version
variables, renaming them back to their original
naming
VERSION_SHORT <== VERSION
VERSION <== RELEASE
Signed-off-by: TheRealKeto <[email protected]>
* Correctly use version variable in setup script
Signed-off-by: TheRealKeto <[email protected]>
0 commit comments