Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8231f43

Browse files
committed
Bumped revision to v5.0.3, release ready
Signed-off-by: Ian Bell <[email protected]>
1 parent 495418d commit 8231f43

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project(${project_name})
2929
# Project version
3030
set (COOLPROP_VERSION_MAJOR 5)
3131
set (COOLPROP_VERSION_MINOR 0)
32-
set (COOLPROP_VERSION_PATCH 2)
32+
set (COOLPROP_VERSION_PATCH 3)
3333
set (COOLPROP_VERSION ${COOLPROP_VERSION_MAJOR}.${COOLPROP_VERSION_MINOR}.${COOLPROP_VERSION_PATCH})
3434

3535
#######################################

Web/coolprop/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog for CoolProp
22
======================
33

4+
5.0.3
5+
-----
6+
Bugfix, with some new functionality
7+
8+
The most important fix is for users of Microsoft Excel on windows. It is imperative to download a new CoolProp.dll, there was a serious bug in how Excel and CoolProp interact that has been fixed.
9+
10+
Issues Closed:
11+
12+
* `#293 <http://github.com/CoolProp/CoolProp/issues/293>`_ : Requirement for zipped source code file
13+
* `#292 <http://github.com/CoolProp/CoolProp/issues/292>`_ : Update CycloHexane EOS
14+
* `#289 <http://github.com/CoolProp/CoolProp/issues/289>`_ : Two-phase states don't work for DY flash
15+
* `#288 <http://github.com/CoolProp/CoolProp/issues/288>`_ : Some calls in Excel throw FPU exceptions which throw error messages
16+
* `#287 <http://github.com/CoolProp/CoolProp/issues/287>`_ : Predefined mixtures cannot be used in PropsSI
17+
* `#285 <http://github.com/CoolProp/CoolProp/issues/285>`_ : Cannot solve for conductivity and viscosity
18+
* `#284 <http://github.com/CoolProp/CoolProp/issues/284>`_ : Create build steps on the master that allow us to automate the releasing even more
19+
* `#283 <http://github.com/CoolProp/CoolProp/issues/283>`_ : Change fullclean logic to use git pull to wipe the folder completely
20+
* `#282 <http://github.com/CoolProp/CoolProp/issues/282>`_ : SWIG wrappers not converting errors in PropsSI to exceptions
21+
* `#280 <http://github.com/CoolProp/CoolProp/issues/280>`_ : Describe the predefined mixtures with examples on website
22+
423
5.0.2
524
-----
625
Bugfix.

0 commit comments

Comments
 (0)