From 8d6a3e82ea5209c69e31857c5604161e1a79ed51 Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Mon, 29 Apr 2024 14:57:44 -0500 Subject: [PATCH 1/4] Update CHANGELOG.rst --- CHANGELOG.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0711eb7b..0cedc4b82 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,21 @@ cycamore Change Log ================= -.. current developments +Since last release +====================== + +**Added:** + +**Changed:** + +**Fixed:** + +**Removed:** + + +v1.6.0 +==================== + **Added:** * Downstream testing in CI workflows (#573, #580, #582, #583) @@ -48,8 +62,6 @@ v1.5.4 - All cycamore archetypes have been edited to now include Cyclus::toolkit::Position. - - v1.5.3 ==================== From 7ed84f386638bb9ad24f01756ea027cff826bd52 Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Mon, 29 Apr 2024 14:58:28 -0500 Subject: [PATCH 2/4] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f17b6854..18a7a1ab5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ IF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) ENDIF() # This project name is cycamore. -PROJECT(CYCAMORE VERSION 1.5.5) +PROJECT(CYCAMORE VERSION 1.6.0) # check for and enable c++11 support (required for cyclus) INCLUDE(CheckCXXCompilerFlag) From 95a357e05c698750c8a97b0be407c0e61093415d Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Mon, 29 Apr 2024 16:40:13 -0500 Subject: [PATCH 3/4] Update INSTALL.rst --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index f4fb77ca4..2effce053 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -17,7 +17,7 @@ Cycamore's only dependency is the Cyclus Core. ==================== ================== Package Minimum Version ==================== ================== -`Cyclus` 1.5 +`Cyclus` 1.6 ==================== ================== There are a number of ways to install the Cyclus core: From 68c223ccd4a6c66415211f89f3a1d09a45eaa001 Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Mon, 29 Apr 2024 16:49:30 -0500 Subject: [PATCH 4/4] Update DEPENDENCIES.rst --- DEPENDENCIES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDENCIES.rst b/DEPENDENCIES.rst index 4143d7720..24e6ed021 100644 --- a/DEPENDENCIES.rst +++ b/DEPENDENCIES.rst @@ -20,7 +20,7 @@ Dependencies ==================== ================== Package Minimum Version ==================== ================== -`Cyclus` 1.5 +`Cyclus` 1.6 ==================== ==================