Currently every PR needs to bump the version before the tests will pass.
This results in managing git conflicts as we all edit the same lines in CHANGELOG.md and setup.py
Instead, we can use a script, called by circleci, to bump the version after a deploy to master. We would only manually bump the version if it's a breaking change.
Currently every PR needs to bump the version before the tests will pass.
This results in managing git conflicts as we all edit the same lines in CHANGELOG.md and setup.py
Instead, we can use a script, called by circleci, to bump the version after a deploy to master. We would only manually bump the version if it's a breaking change.