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

druid --version shows wrong version when in a git repository directory #61

Open
simonvanderveldt opened this issue Oct 26, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@simonvanderveldt
Copy link
Member

~/s/monome ❯ druid --version
druid, version 0.2.0
~/s/monome ❯ cd bowery 
~/s/m/bowery:master ❯ git remote -v
origin	[email protected]:monome/bowery.git (fetch)
origin	[email protected]:monome/bowery.git (push)
~/s/m/bowery:master ❯ git rev-parse --short HEAD  
ca0859e
~/s/m/bowery:master ❯ druid --version
druid, version 0.1.dev18+gca0859e

Well, thank you druid, but that isn't really the druid version now, is it? :P

I'm starting to think this whole dynamic version thing is too much effort to get working properly.
Will probably drop it in favor of letting setuptools scm write a file with the version in it so it's still enough to just git tag but we lose the dev version info.

@simonvanderveldt simonvanderveldt added the bug Something isn't working label Oct 26, 2019
@simonvanderveldt simonvanderveldt added this to the 0.3.0 milestone Oct 26, 2019
@simonvanderveldt simonvanderveldt self-assigned this Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant