Skip to content

BLD: Use 'git describe' to generate the version string for dev versions #4218

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

Merged
3 commits merged into from Jul 25, 2013
Merged

BLD: Use 'git describe' to generate the version string for dev versions #4218

3 commits merged into from Jul 25, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 11, 2013

closes #4046

λ sudo python ./setup.py develop
...
Installed /home/user1/src/pandas
Processing dependencies for pandas==v0.12.0rc1-48-g9442eac
Searching for numpy==1.7.1
Best match: numpy 1.7.1
Adding numpy 1.7.1 to easy-install.pth file

λ python -c 'import pandas; print pandas.version.version'
v0.12.0rc1-48-g9442eac

@ghost
Copy link
Author

ghost commented Jul 11, 2013

To be merged right after the final 0.12 release, in case this breaks something,
learn that fact in master rather then have users discover it when upgrading.

ghost pushed a commit that referenced this pull request Jul 25, 2013
BLD: Use 'git describe' to generate the version string for dev versions
@ghost ghost merged commit a0854b0 into pandas-dev:master Jul 25, 2013
@ghost ghost deleted the PR_dev_version_string branch July 25, 2013 01:37
@ghost
Copy link
Author

ghost commented Jul 25, 2013

Please mention me if this merge creates issues.

This pull request 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

Successfully merging this pull request may close these issues.

Dev versioning is broken.
0 participants