Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic versioning to easily build development versions from Git #148

Closed
koenvervloesem opened this issue Jul 11, 2023 · 0 comments · Fixed by #149
Closed

Automatic versioning to easily build development versions from Git #148

koenvervloesem opened this issue Jul 11, 2023 · 0 comments · Fixed by #149
Labels
enhancement New feature or request

Comments

@koenvervloesem
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently a development version of the Theengs Gateway Python package can't be easily built because setup.py doesn't have a valid version string. You have to temporarily change this to a valid version string, build the package and then don't forget to restore setup.py again.

Describe the solution you'd like

Automatic versioning from Git tags and commits, as implemented by PyScaffold. This means that every commit can be built without having to manually change a version string.

Describe alternatives you've considered

None

Additional context

This would make it easier for users to test new features in development versions, such as in this case: 1technophile/OpenMQTTGateway#1555 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant