Skip to content

Commit

Permalink
Prepare ecFlow 5.13.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Nov 29, 2024
1 parent a36bea6 commit a3c110f
Show file tree
Hide file tree
Showing 4 changed files with 22 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.5 )
project( ecflow LANGUAGES CXX VERSION 5.13.6 )

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

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

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

General
-------

- **Improvement** enable explicit 'reload' of Mirror attribute configuration :jiraissue:`ECFLOW-1986`
- **Improvement** enable automatic builds of rpm/deb packages :jiraissue:`ECFLOW-1967`
- **Fix** correct replacement of nodes with Repeat DateTime attributes :jiraissue:`ECFLOW-1992`
- **Fix** correct handling of :code:`ecflow_client` option :code:`--host` when searching for SSL certificate file :jiraissue:`ECFLOW-1985`
- **Fix** correct build setup used on conda-forge with Python 3.13 :jiraissue:`ECFLOW-1987`

ecFlow UI
---------

- **Improvement** enable Repeat DateTime attribute editor :jiraissue:`ECFLOW-1988`

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

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.5'
__version__ = '5.13.6'

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

0 comments on commit a3c110f

Please sign in to comment.