Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmaddock committed Sep 11, 2023
1 parent 0ee9144 commit e3c2d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ keywords:
- systems codes
- power plant
license: MIT
version: 2.4.0
version: 2.5.0
references:
- title: >-
"PROCESS": A systems code for fusion power plants—Part 1 Physics
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_kwargs = {
"name": MODULE_NAME,
"version": "2.4.0",
"version": "2.5.0",
"description": (
"Power Reactor Optimisation Code for Environmental and Safety Studies"
),
Expand Down
2 changes: 1 addition & 1 deletion source/fortran/main_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subroutine inform(progid)
character(len=10) :: progname
character(len=98) :: executable
character(len=*), parameter :: progver = & ! Beware: keep exactly same format...
'2.4.0 Release Date :: 2022-05-18'
'2.5.0 Release Date :: 2023-09-11'
character(len = 50) :: dt_time
character(len=72), dimension(10) :: id

Expand Down

0 comments on commit e3c2d0e

Please sign in to comment.