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

Simple version #342

Merged
merged 2 commits into from
Jun 23, 2015
Merged

Simple version #342

merged 2 commits into from
Jun 23, 2015

Conversation

thomasleveil
Copy link
Member

the aim of these changes is to get rid of the troubles that comes with extracting the B3 version number from the b3.egg-info files.

We then have to change the b3 version number in multiple places ; but while boring there is nothing magic of complicated about it.

Also added a .bumpversion.cfg file which is a configuration file for the bumpversion utility. This tool help maintaining version numbers in multiple files. Usage:

bumpversion patch # will change "1.10.0" to "1.10.1"
bumpversion minor # will change "1.10.0" to "1.11.0"
bumpversion major # will change "1.10.0" to "2.0.0"

You need the bumpversion tool for that task. See https://pypi.python.org/pypi/bumpversion/

Usage:

    bumpversion patch # will change "1.10.0" to "1.10.1"
    bumpversion minor # will change "1.10.0" to "1.11.0"
    bumpversion major # will change "1.10.0" to "2.0.0"
@landscape-bot
Copy link

Code Health
Repository health decreased by 0.01% when pulling fccf8b6 on simple-version into 3040409 on release-1.10.

thomasleveil added a commit that referenced this pull request Jun 23, 2015
@thomasleveil thomasleveil merged commit d55dc3f into release-1.10 Jun 23, 2015
@thomasleveil thomasleveil deleted the simple-version branch June 23, 2015 07:19
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.

2 participants