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

Adding dynamic version #168

Merged
merged 10 commits into from
May 16, 2024
Merged

Conversation

shimwell
Copy link
Collaborator

@shimwell shimwell commented May 15, 2024

Not ready to merge, just showing work being done

We should aim to add standard package attributes like __version__

This is common practice in python packaging, for example these two popular packages all users to find the version

image

We can also benefit from using setuptools_scm package to get the version from the github release and then we will not have to manual update the version in the code when we make a release.

This PR will fail the test version as we haven't got a git release yet but it shows the code changes we could implement to have automatic versioning

@AlvaroCubi AlvaroCubi merged commit 827597a into GEOUNED-org:dev May 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants