Skip to content

Commit

Permalink
bump version and release note v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Apr 27, 2022
1 parent 4f9d195 commit c8f77e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ProDy
Version: 2.1.1
Version: 2.1.2
Summary: A Python Package for Protein Dynamics Analysis
Home-page: http://www.csb.pitt.edu/ProDy
Author: James Krieger, She Zhang, Hongchun Li, Cihan Kaya, Ahmet Bakan, and others
Expand Down Expand Up @@ -95,4 +95,4 @@ Requires: numpy (>=1.10)
Requires: pyparsing
Requires: biopython
Requires: scipy
Provides: prody (2.1.1)
Provides: prody (2.1.2)
9 changes: 9 additions & 0 deletions docs/release/v2.1_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ ProDy 2.0 Series
.. contents::
:local:

2.1.2 (April 27, 2022)
------------------------------------------------------------------------------

**Bug Fixes and Improvements**:

* New :function:`.showRMSFlucts` and :function:`.calcRMSFlucts` for root-mean-square fluctuations

* fix to :function:`.showAtomicLines` for overlaying multiple chains

2.1.1 (April 18, 2022)
------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion prody/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ProDy is a package for Protein Dynamics, Sequence, and Structure Analysis"""

__version__ = '2.1.1'
__version__ = '2.1.2'
__release__ = __version__ # + '-dev' # comment out '-dev' before a release

import sys
Expand Down

0 comments on commit c8f77e0

Please sign in to comment.