We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55e971 commit 8b15b60Copy full SHA for 8b15b60
2 files changed
AA_stat/version.py
@@ -1,6 +1,6 @@
1
from pyteomics.version import _VersionInfo
2
3
-__version__ = '2.5.1'
+__version__ = '2.5.2'
4
5
version_info = _VersionInfo(__version__)
6
version = __version__
CHANGELOG
@@ -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.
+
7
8
2.5
9
---
0 commit comments