Skip to content

Commit

Permalink
Prepare new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jul 20, 2024
1 parent e7dcdf3 commit ba96dd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
* Refractoring and code cleaning.
* Documentation update.

**Not released yet**




# Version 0.3.0
Expand All @@ -25,6 +22,7 @@
* Documentation update.



# Version 0.2.2

* Implementation of report R283 for critical constants of water.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion py/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion src/iapws_version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module iapws__version
implicit none
private

character(len=*), parameter :: version = "0.3.0"
character(len=*), parameter :: version = "0.4.0"
character(len=:), allocatable, target :: version_f

public :: get_version
Expand Down

0 comments on commit ba96dd3

Please sign in to comment.