Skip to content

Commit

Permalink
Prepare ecFlow 5.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Jun 19, 2024
1 parent 8c46b2b commit 6846ae7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild /workspace/ecbuild) # Before project()

# this will generate variables, see ACore/ecflow_version.h.in
project( ecflow LANGUAGES CXX VERSION 5.12.4 )
project( ecflow LANGUAGES CXX VERSION 5.13.0 )

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)

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.12.4"
version = "5.13.0"
ecflow_version = version.split(".")
print("Extracted ecflow version '" + str(ecflow_version))
return ecflow_version
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1

version_5.13
version_5.12
version_5.11
version_5.10
Expand Down
20 changes: 20 additions & 0 deletions docs/release_notes/version_5.13.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _version_5.13:

Version 5.13 updates
////////////////////

.. role:: jiraissue
:class: hidden


Version 5.13.0
==============

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

General
-------

- **New Feature** enabled support for Aviso notifications :jiraissue:`ECFLOW-1931`
- **New Feature** enabled synchronisation of Node status between ecFlow servers :jiraissue:`ECFLOW-1931`
- **Improvement** improved structure/naming of ecFlow internal sources :jiraissue:`ECFLOW-1943`
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.12.4'
__version__ = '5.13.0'

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

0 comments on commit 6846ae7

Please sign in to comment.