Skip to content

Commit

Permalink
Stamping Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d3j331 committed Dec 1, 2022
1 parent f4c438d commit 3620ae6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/build/stamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ -z ${INSTDIR} ]]; then
. "${HOME}/tespEnv"
fi

ver="1.2.3"
ver="1.2.4"

echo
echo "Stamping TESP $ver, if you want to change the version, edit this file."
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
11 changes: 8 additions & 3 deletions src/tesp_support/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Version 1.2.0 (2022-10-3)
* Added DSOT agents and feeder generators
* Update to HELICS 3.3.0

Version 1.2.3 (2022-10-3)
Version 1.2.3 (2022-11-22)
--------------------------
* Fix the EngeryPlus to work with newer compiler and updated version number
* Fix read the docs document warnings and fix clean shell script for energyplus
Expand All @@ -72,5 +72,10 @@ Version 1.2.3 (2022-10-3)
* Fixed complex python to use helics complex type




Version 1.2.4 (2022-12-1)
--------------------------
* Fix version number in tesp_support for PyPI distribution and read the docs
* Fix the version.sh, move docmentaion to end of the install, fix warning in Consensus_Usecase.rst
* Fix git patch warning for FNCS and EnergyPlus
* GRIDLabD triplex_node no longer uses power_12_real and power12_reac, this has commented out for SGIP1*.glm files
* Add pypi packaging to stamping process, refined docker build in scripts/docker, moved HELICS version checker to build
2 changes: 1 addition & 1 deletion src/tesp_support/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4

0 comments on commit 3620ae6

Please sign in to comment.