Skip to content

version.py version and short_version are inconsistent #5799

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

Closed
ghost opened this issue Dec 30, 2013 · 1 comment
Closed

version.py version and short_version are inconsistent #5799

ghost opened this issue Dec 30, 2013 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Dec 30, 2013

The new dev versioning scheme from #4046 introduced an inconsistency:

user1@localhost ~/src/pandas (git)-[master] % cat pandas/version.py         
version = '0.13.0-1-gaf9c025'
short_version = '0.14.0'

#5796 (comment)

short_version means we're in the 0.14.0 cycle, while version tells us how
many commits after the latest tag (0.13.0) we're at, giving an order on dev
versions. It's not intuitive, but it does what we need.

Not sure if this actually needs fixing or not.

correction: #5803

user1@localhost ~/src/pandas (git)-[master] % cat pandas/version.py         
version = '0.13.0-9-gb3f6972'
short_version = '0.13.0'

@ghost ghost self-assigned this Dec 30, 2013
@ghost ghost mentioned this issue Dec 30, 2013
@ghost
Copy link
Author

ghost commented Dec 31, 2013

My mistake when tagging the release. #5803

@ghost ghost closed this as completed Dec 31, 2013
This issue was closed.
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

No branches or pull requests

0 participants