Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 557 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 557 Bytes

Making a new release

  1. Find newest bioblend version.
  • edit the setup.py
  • requirements.txt, pin to the latest bioblend
  • HISTORY.rst
  • parsec/__init__.py
  1. run make
  2. check the git diff. Did it do anything odd?
  3. git add docs/ parsec/ requirements.txt setup.py
  4. git commit -m 'Release for bioblend 0.15.0'
  5. git tag 1.15.0 # Note the 1! I screwed up the numbering earlier in the life of this package, we should have followed bioblend from the start, but I was not smart :( so now we bump the major version to bioblend's + 1.