Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Jan 28, 2025
1 parent f765a8d commit 483b428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.14)
# ----------------------------------------

# define project and version
set(PORTS_OF_CALL_VERSION 1.7.0)
set(PORTS_OF_CALL_VERSION 1.7.1)
project(ports-of-call VERSION ${PORTS_OF_CALL_VERSION})

# CMAKE WARMUP
Expand Down
1 change: 1 addition & 0 deletions spack-repo/packages/ports-of-call/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class PortsOfCall(CMakePackage):
maintainers = ["rbberger"]

version("main", branch="main")
version("1.7.0", branch="v1.7.1-rc") # change me after release
version("1.7.0", sha256="99045a7c4e3fbc73f01e930ce870cdc573a39910a28d85c54d65d2135f764bfc")
version("1.6.0", sha256="290da149d4ad79c15787956559aeeefa0a06403be2f08cd324562ef013306797")
version("1.5.2", sha256="73d16fe9236a9475010dbb01bf751c15bef01eb2e15bf92c8d9be2c0a606329f")
Expand Down

0 comments on commit 483b428

Please sign in to comment.