Skip to content

Commit

Permalink
Prepare ecFlow 5.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Jul 22, 2024
1 parent 758c655 commit 37c6818
Show file tree
Hide file tree
Showing 4 changed files with 18 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.2 )
project( ecflow LANGUAGES CXX VERSION 5.13.3 )

# 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.2"
version = "5.13.3"
ecflow_version = version.split(".")
print("Extracted ecflow version '" + str(ecflow_version))
return ecflow_version
Expand Down
15 changes: 15 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,21 @@ Version 5.13 updates
.. role:: jiraissue
:class: hidden

Version 5.13.3
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\ on 2024-07-22

General
-------

- **Fix** enable fallback option values for Mirror related variables :jiraissue:`ECFLOW-1966`

Python
------

- **Fix** enable pythonic use of Node.get_generated_variables :jiraissue:`ECFLOW-1968`

Version 5.13.2
==============

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.2'
__version__ = '5.13.3'

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

0 comments on commit 37c6818

Please sign in to comment.