Skip to content

Commit

Permalink
Merge v1.6.0 release candidate branch '1.6.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed May 4, 2024
2 parents 35adbce + 68c223c commit afebcf5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -48,8 +62,6 @@ v1.5.4
- All cycamore archetypes have been edited to now include Cyclus::toolkit::Position.




v1.5.3
====================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dependencies
==================== ==================
Package Minimum Version
==================== ==================
`Cyclus` 1.5
`Cyclus` 1.6
==================== ==================


Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit afebcf5

Please sign in to comment.