Skip to content

BLD: version strings should be updated only when tagging new release #5803

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
1 commit merged into from Dec 31, 2013
Merged

BLD: version strings should be updated only when tagging new release #5803

1 commit merged into from Dec 31, 2013

Conversation

ghost
Copy link

@ghost ghost commented Dec 31, 2013

0.13.0 was the first time I tagged a release and I got it wrong.
Version strings are bumped only when tagging a new release.

% grh v0.13.0rc1^               
% sudo python ./setup.py develop
% cat pandas/version.py
version = '0.12.0-1189-gd9b3340'
short_version = '0.12.0'

It makes sense since it leaves the next version undetermined until it happens.

Keeping the status-quo for now, until we agree on something better.

ghost pushed a commit that referenced this pull request Dec 31, 2013
BLD: version strings should be updated only when tagging new release
@ghost ghost merged commit b3f6972 into pandas-dev:master Dec 31, 2013
@ghost ghost deleted the PR_fix_version branch December 31, 2013 00:37
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.

0 participants