Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Dec 13, 2023
1 parent 36c133b commit b37615d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.6.4b1
-------

- Make :py:class:`proforma.MassModification` objects hashable
(`#130 <https://github.com/levitsky/pyteomics/pull/130>`_ by Joshua Klein).
- Fix `#132 <https://github.com/levitsky/pyteomics/issues/132>`_
(`#133 <https://github.com/levitsky/pyteomics/pull/133>`_ by Joshua Klein).
- Fix thermolysin cleavage rule (`#135 <https://github.com/levitsky/pyteomics/issues/135>`_).

4.6.3
-----

Expand Down
2 changes: 1 addition & 1 deletion pyteomics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__version__ = '4.6.3'
__version__ = '4.6.4b1'

from collections import namedtuple
import re
Expand Down

0 comments on commit b37615d

Please sign in to comment.