Skip to content

Commit

Permalink
Merge #1869
Browse files Browse the repository at this point in the history
1869: Bump patch release r=valeriabarra a=valeriabarra


## Purpose 
Bumps a patch release version

- [x] I have read and checked the items on the review checklist.


Co-authored-by: Valeria Barra <[email protected]>
  • Loading branch information
bors[bot] and valeriabarra authored Jul 11, 2023
2 parents 93b7336 + 8dc2a82 commit 23f0cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaAtmos"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
authors = ["Climate Modeling Alliance"]
version = "0.15.1"
version = "0.15.2"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion perf/jet_test_nfailures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Test
# inference. By increasing this counter, we acknowledge that
# we have introduced an inference failure. We hope to drive
# this number down to 0.
n_allowed_failures = 820
n_allowed_failures = 823
@test n n_allowed_failures
if n < n_allowed_failures
@info "Please update the n-failures to $n"
Expand Down

2 comments on commit 23f0cdf

@valeriabarra
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register ClimaAtmos

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87339

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.15.2 -m "<description of version>" 23f0cdfe2b861116d77bcfd5887fa87ae7a23783
git push origin v0.15.2

Please sign in to comment.