Skip to content

Commit

Permalink
Prepare ecFlow 5.13.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Oct 31, 2024
1 parent b17cebc commit e40d0a1
Show file tree
Hide file tree
Showing 4 changed files with 30 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.4 )
project( ecflow LANGUAGES CXX VERSION 5.13.5 )

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

Version 5.13.5
==============

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

General
-------

- **Fix** correct the token used for Aviso authentication :jiraissue:`ECFLOW-1982`

ecFlow UI
---------

- **Fix** correct the disabled/enabled status of Session dialog buttons :jiraissue:`ECFLOW-1980`

ecFlow HTTP
-----------

- **Fix** reorganise :code:`inherited_variables` to allow repeated names of Node ancestors :jiraissue:`ECFLOW-1978`
- **Fix** add missing inherited variables to response of endppoint :code:`.../tree` :jiraissue:`ECFLOW-1977`

Python
------

- **Fix** correct :code:`check_job_creation()` crash on suite with Mirror/Aviso attribute :jiraissue:`ECFLOW-1976`
- **Fix** allow default parameters in Aviso/Mirror attribute constructors :jiraissue:`ECFLOW-1981`

Version 5.13.4
==============

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.4'
__version__ = '5.13.5'

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

0 comments on commit e40d0a1

Please sign in to comment.