Skip to content

Commit

Permalink
prep release v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Mar 24, 2021
1 parent be3884a commit afa18c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## v0.4.8, 03.2021
* Fix issue #10: certain values lead to an infinite loop, stop if values dont change anymore and warn user
* Spelling

## v0.4.7, 01.2021
* Setup: add fallback to distutil if setuptools is not availible
* Setup: add fallback to distutil if setuptools is not available

## v0.4.6, 12.2020
* removed stump for IAPWS R15 as it containd a error that need further work but left the constants define in R15
* non functional changes
** fix code style in multible locations
** fix code style in multiple locations
** add github workflows for package and publish

## v0.4.5, 07.2020
Expand All @@ -26,7 +30,7 @@

## v0.4, 2018
* support for Python 3
** handling of math expressions in pyhton 3 fixed problems with some edge cases
** handling of math expressions in python 3 fixed problems with some edge cases
** one test still fails: w_ps Speed of sound as a function of pressure and entropy
* fix multiple typos
* linting / cleanup of code
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '0.4'
# The full version, including alpha/beta/rc tags
release = '0.4.6'
release = '0.4.8'


# -- General configuration ---------------------------------------------------
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 @@

setup(
name="pyXSteam",
version="0.4.7", # version number for documentation does not auto-update
version="0.4.8", # version number for documentation does not auto-update
author="drunsinn",
author_email="dr.unsinn@googlemail.com",
keywords="steam water ice XSteam",
Expand Down

0 comments on commit afa18c3

Please sign in to comment.