Skip to content

Commit

Permalink
Merge pull request #1407 from CliMA/cc/v1_3_6_release
Browse files Browse the repository at this point in the history
up deps, bump patch version
  • Loading branch information
costachris authored Sep 9, 2024
2 parents 916e4d7 + b7f5745 commit 4bcf8fc
Show file tree
Hide file tree
Showing 9 changed files with 1,124 additions and 991 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ agents:
queue: new-central
slurm_ntasks: 1
slurm_mem: 10GB
modules: climacommon/2024_04_05
modules: climacommon/2024_05_27

steps:

# # Clear depot
# - label: "clear depot"
# command:
# - "rm -rf /central/scratch/esm/slurm-buildkite/turbulenceconvection-ci/depot/cpu"
# - "rm -rf /central/scratch/esm/slurm-buildkite/turbulenceconvection-ci/depot/default"
# agents:
# config: init
# queue: new-central
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TurbulenceConvection"
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
authors = ["Climate Modeling Alliance"]
version = "1.3.5"
version = "1.3.6"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand Down
Loading

2 comments on commit 4bcf8fc

@costachris
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/114785

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.3.6 -m "<description of version>" 4bcf8fc0f54f99963fb00c510a332fa5192e2c9d
git push origin v1.3.6

Please sign in to comment.