Skip to content

Commit

Permalink
make updates for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Nov 28, 2020
1 parent 4b83cf9 commit 5e38224
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/updates/0.22.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Thermosteam 0.22
================

0.22.5
------
* Activity coefficient calculations for chemicals with missing functional
groups models are default to 1 and a RuntimeWarning is issued. Previously,
an RuntimeError was raised instead.

0.22.4
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name='thermosteam',
packages=['thermosteam'],
license='MIT',
version='0.22.4',
version='0.22.5',
description="BioSTEAM's Premier Thermodynamic Engine",
long_description=open('README.rst').read(),
author='Yoel Cortes-Pena',
Expand Down
2 changes: 1 addition & 1 deletion thermosteam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
pd.set_option('max_colwidth', 35)
del np, pd

__version__ = "0.22.4"
__version__ = "0.22.5"

0 comments on commit 5e38224

Please sign in to comment.