Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Oct 22, 2021
1 parent b55e971 commit 8b15b60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AA_stat/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pyteomics.version import _VersionInfo

__version__ = '2.5.1'
__version__ = '2.5.2'

version_info = _VersionInfo(__version__)
version = __version__
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
2.5.1
2.5.2
-----

Fix the issue that clustering results were saved in the wrong directory.
- Fix the issue that clustering results were saved in the wrong directory.
- Fix number formatting in HTML report.


2.5
---
Expand Down

0 comments on commit 8b15b60

Please sign in to comment.