Skip to content

Commit

Permalink
Bump version to 2.1.1 (#38)
Browse files Browse the repository at this point in the history
Part of #37
  • Loading branch information
dmey authored Aug 8, 2019
1 parent 1c80701 commit 8c52c80
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.1.1
- Use of triple point of water in GetSatVapPres (#36).

2.1.0
- Add functions to convert between specific humidity and humidity ratio (aka mixing ratio).
- Add functions to convert to dry bulb temperature or humidity ratio from enthalpy.
Expand Down
2 changes: 1 addition & 1 deletion src/c/psychrolib.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PsychroLib (version 2.1.0) (https://github.com/psychrometrics/psychrolib)
* PsychroLib (version 2.1.1) (https://github.com/psychrometrics/psychrolib)
* Copyright (c) 2018 D. Thevenard and D. Meyer for the current library implementation
* Copyright (c) 2017 ASHRAE Handbook — Fundamentals for ASHRAE equations and coefficients
* Licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/c/psychrolib.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// PsychroLib(version 2.1.0) (https:// github.com/psychrometrics/psychrolib)
// PsychroLib(version 2.1.1) (https:// github.com/psychrometrics/psychrolib)
// Copyright(c) 2018 D.Thevenard and D.Meyer. Licensed under the MIT License.

/******************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/fortran/psychrolib.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! PsychroLib version 2.1.0 (https://github.com/psychrometrics/psychrolib)
! PsychroLib version 2.1.1 (https://github.com/psychrometrics/psychrolib)
! Copyright (c) 2018 D. Thevenard and D. Meyer for the current library implementation
! Copyright (c) 2017 ASHRAE Handbook — Fundamentals for ASHRAE equations and coefficients
! Licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/js/psychrolib.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PsychroLib (version 2.1.0) (https://github.com/psychrometrics/psychrolib)
* PsychroLib (version 2.1.1) (https://github.com/psychrometrics/psychrolib)
* Copyright (c) 2018 D. Thevenard and D. Meyer for the current library implementation
* Copyright (c) 2017 ASHRAE Handbook — Fundamentals for ASHRAE equations and coefficients
* Licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/python/psychrolib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PsychroLib (version 2.1.0) (https://github.com/psychrometrics/psychrolib)
# PsychroLib (version 2.1.1) (https://github.com/psychrometrics/psychrolib)
# Copyright (c) 2018 D. Thevenard and D. Meyer for the current library implementation
# Copyright (c) 2017 ASHRAE Handbook — Fundamentals for ASHRAE equations and coefficients
# Licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='PsychroLib',
version='2.1.0',
version='2.1.1',
maintainer = 'The PsychroLib Developers',
description='Library of psychrometric functions to calculate thermodynamic properties of air',
author='D. Thevenard and D. Meyer',
Expand Down
2 changes: 1 addition & 1 deletion src/vba/psychrolib.bas
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
' PsychroLib (version 2.1.0) (https://github.com/psychrometrics/psychrolib)
' PsychroLib (version 2.1.1) (https://github.com/psychrometrics/psychrolib)
' Copyright (c) 2018 D. Thevenard and D. Meyer for the current library implementation
' Copyright (c) 2017 ASHRAE Handbook — Fundamentals for ASHRAE equations and coefficients
' Licensed under the MIT License.
Expand Down
Binary file modified tests/vba/test_psychrolib_ip.xlsm
Binary file not shown.
Binary file modified tests/vba/test_psychrolib_si.xlsm
Binary file not shown.

0 comments on commit 8c52c80

Please sign in to comment.