Skip to content

Commit f83690d

Browse files
Merge pull request #2158 from AnthonyBogetti/v2.6.1_prep
prepare for v2.6.1 release
2 parents 88484ff + 0d06988 commit f83690d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: ProDy
3-
Version: 2.6.0
3+
Version: 2.6.1
44
Summary: A Python Package for Protein Dynamics Analysis
55
Home-page: http://www.csb.pitt.edu/ProDy
66
Author: James Krieger, She Zhang, Hongchun Li, Cihan Kaya, Ahmet Bakan, and others

docs/release/v2.6_series.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ ProDy 2.6 Series
55
:local:
66

77

8-
2.6.0 (Jul 18, 2024)
8+
2.6.1 (Aug 14, 2025)
9+
------------------------------------------------------------------------------
10+
11+
**Bug Fixes**:
12+
13+
* Critical fixes for CLUSTENM(D)
14+
* Fixes for Scipion
15+
16+
**Full Changelog**: https://github.com/prody/ProDy/compare/v2.6.0...v2.6.1
17+
18+
19+
2.6.0 (Jul 18, 2025)
920
------------------------------------------------------------------------------
1021

1122
**New Features**:
@@ -26,8 +37,6 @@ ProDy 2.6 Series
2637
* pfam fixes
2738
* Test fixes
2839

29-
30-
3140
**New Contributors**:
3241

3342
* @vbadwaj - conda release and bug fixes

prody/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""ProDy is a package for Protein Dynamics, Sequence, and Structure Analysis"""
22

3-
__version__ = '2.6.0'
3+
__version__ = '2.6.1'
44
__release__ = __version__ # + '-dev' # comment out '-dev' before a release
55

66
import sys

0 commit comments

Comments
 (0)