Skip to content

Commit

Permalink
Increment dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Sep 26, 2024
1 parent 54769c5 commit 35cddc6
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.7.4a1
-------

- Fix call signature for :py:func:`pepxml.read` and make it a full alias to :py:class:`pepxml.PepXML`.
- Disable indexing of pepXML in :py:func:`pepxml.DataFrame`, which fixes creation of dataframes from files
with non-unique spectrum IDs.
- Fix #156.


4.7.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.7.3'
__version__ = '4.7.4a1'

from collections import namedtuple
import re
Expand Down

0 comments on commit 35cddc6

Please sign in to comment.