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

Use Versioneer for managing version strings #283

Merged
merged 11 commits into from Mar 26, 2020
Merged

Use Versioneer for managing version strings #283

merged 11 commits into from Mar 26, 2020

Conversation

crwood
Copy link
Member

@crwood crwood commented Mar 26, 2020

This PR installs and enables versioneer to manage version strings in a more automated way.

Because Versioneer gathers its version-related information from the local git repo, naturally, it does not support frozen interpreters/installations, so this PR also updates the PyInstaller ".spec" file to write the current version string to a version.txt file in the resources dir (and modifies __init__.py to load the version string from that file at startup in the event that the application is running frozen).

@crwood crwood merged commit 1e36b2a into master Mar 26, 2020
@crwood crwood deleted the versioneer branch April 2, 2020 21:05
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.

None yet

1 participant