Skip to content

Commit cc9f859

Browse files
authored
Make patch release (#2246)
1 parent 50b1dd1 commit cc9f859

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.buildkite/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ weakdeps = ["CUDA", "MPI"]
330330
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
331331
path = ".."
332332
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
333-
version = "0.14.26"
333+
version = "0.14.27"
334334
weakdeps = ["CUDA", "Krylov"]
335335

336336
[deps.ClimaCore.extensions]

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ ClimaCore.jl Release Notes
22
========================
33

44
main
5+
-------
6+
7+
v0.14.27
58
-------
69

710
- Added support for `map!` PR

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.14.26"
4+
version = "0.14.27"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)