Skip to content

Commit 1597ed7

Browse files
committed
Prepare ecFlow 3.13.8 release
1 parent 06ca3f6 commit 1597ed7

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424

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

27-
project( ecflow LANGUAGES CXX VERSION 5.13.7 )
27+
project( ecflow LANGUAGES CXX VERSION 5.13.8 )
2828

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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595
def get_ecflow_version():
96-
version = "5.13.7"
96+
version = "5.13.8"
9797
ecflow_version = version.split(".")
9898
print("Extracted ecflow version '" + str(ecflow_version))
9999
return ecflow_version

docs/release_notes/version_5.13.rst

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ Version 5.13 updates
66
.. role:: jiraissue
77
:class: hidden
88

9+
Version 5.13.8
10+
==============
11+
12+
* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\ on 2025-03-12
13+
14+
General
15+
-------
16+
17+
- **Fix** correct Aviso notification retrieval after automatic requeueing :jiraissue:`ECFLOW-2010`
18+
19+
Python
20+
------
21+
22+
- **Fix** correct quote handling for ecflow.AvisoAttr listener :jiraissue:`ECFLOW-2011`
23+
24+
Documentation
25+
-------------
26+
27+
- **Improvement** clarify use of schema for ecFlow Aviso attribute :jiraissue:`ECFLOW-2008`
28+
- **Improvement** clarify how to define ecFlow Aviso authentication :jiraissue:`ECFLOW-2008`
929

1030
Version 5.13.7
1131
==============

libs/pyext/ecflow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
The ecFlow python module
1616
"""
1717

18-
__version__ = '5.13.7'
18+
__version__ = '5.13.8'
1919

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

0 commit comments

Comments
 (0)