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

Change bumpversion to bump2version #53

Merged
merged 4 commits into from
Sep 5, 2019

Conversation

s-weigand
Copy link
Contributor

Since bumpversion is discontinued/not maintained anymore and bump2version is the successor, I think it's reasonable to witch to bump2version.
The only change in usage is that instead of bumpversion, you write bump2version, i.e. for the next release for legacy python you would write:

bump2version --current-version 0.1.0 --new-version 0.6.0 minor

Note:
current-version would be 0.1.0 since this is the value saved in setup.cfg and pytest_localftpserver/__init__.py

that bug did lead to the 'Usage Quickstart' description being displayed as comment
@coveralls
Copy link

coveralls commented Jul 2, 2019

Pull Request Test Coverage Report for Build 158

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 150: 0.0%
Covered Lines: 356
Relevant Lines: 356

💛 - Coveralls

@s-weigand
Copy link
Contributor Author

The failing test is again the missing py34 on anaconda for osx.

@s-weigand s-weigand mentioned this pull request Aug 9, 2019
@oz123 oz123 merged commit 90784eb into oz123:master Sep 5, 2019
oz123 pushed a commit that referenced this pull request Sep 5, 2019
* Fixed an indentation bug in the readme

that bug did lead to the 'Usage Quickstart' description being displayed as comment

* replaced bumpversion with bump2version

* Fixed permanently redirected link in readme
@s-weigand s-weigand deleted the change-bumpversion-to-bump2version branch September 23, 2019 12:31
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.

None yet

3 participants