Skip to content

Commit

Permalink
Prepare ecFlow 3.13.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Feb 6, 2025
1 parent 1b37a2a commit 38ed6c7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()

find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild /workspace/ecbuild) # Before project()

project( ecflow LANGUAGES CXX VERSION 5.13.6 )
project( ecflow LANGUAGES CXX VERSION 5.13.7 )

# Important: the project version is used, as generated CMake variables, to filter .../ecflow/core/ecflow_version.h.in

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@


def get_ecflow_version():
version = "5.13.6"
version = "5.13.7"
ecflow_version = version.split(".")
print("Extracted ecflow version '" + str(ecflow_version))
return ecflow_version
Expand Down
24 changes: 24 additions & 0 deletions docs/release_notes/version_5.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Version 5.13 updates
.. role:: jiraissue
:class: hidden


Version 5.13.7
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\ on 2025-02-06

General
-------

- **Improvement** allow requesting explicit execution of ecflow_start.sh :jiraissue:`ECFLOW-1991`
- **Improvement** enable mirror of non-generated inherited variables :jiraissue:`ECFLOW-1999`
- **Fix** replace use of deprecated functions to build with Boost 1.87 :jiraissue:`ECFLOW-1997`

ecFlow UI
---------

- **Fix** correct handling of Repeat DateTime values :jiraissue:`ECFLOW-1993`
- **Fix** correct selection in suite filter after Suite replacement :jiraissue:`ECFLOW-1994`

Documentation
-------------

- **Improvement** clarify use of attributes date and cron :jiraissue:`ECFLOW-1996`

Version 5.13.6
==============

Expand Down
2 changes: 1 addition & 1 deletion libs/pyext/ecflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
The ecFlow python module
"""

__version__ = '5.13.6'
__version__ = '5.13.7'

# http://stackoverflow.com/questions/13040646/how-do-i-create-documentation-with-pydoc

0 comments on commit 38ed6c7

Please sign in to comment.