biolink / ontobio

python library for working with ontologies and ontology associations
https://ontobio.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
119 stars 30 forks source link

Update README-developers.md #464

Closed deepakunni3 closed 4 years ago

deepakunni3 commented 4 years ago

Just clarifying the steps needed to make a new Ontobio release.

dougli1sqrd commented 4 years ago

This looks good! Just out of curiosity though, why would the local checked out version ever be different than what's on pypi?

deepakunni3 commented 4 years ago

Because it was. That's why I ended up skipping 1.19.1. The local checkout version was 1.19.1 and I assumed it was already released, and bumped it again to 1.19.2 when in reality PyPI was at 1.19.0

dougli1sqrd commented 4 years ago

oh weird, did I mess something up? Master should have had the right version.

deepakunni3 commented 4 years ago

Looking back at the commits, it looks like Dustin bumped the version as part of a PR: https://github.com/biolink/ontobio/commit/a15975e76ad713e7650081c36253c9d9e08b5627#diff-5ce3cf331b5fc020557daa5b57bfcea8

I didn't realize that when I merged the PR. So when I bumped, it ended up to be a double bump.

It's all good 👍