Skip to content

Commit

Permalink
Merge pull request #1367 from CliMA/tc/time_stepping_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan authored Feb 17, 2021
2 parents 86a54b7 + c5f6645 commit df9b830
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Oceananigans"
uuid = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
version = "0.47.1"
version = "0.48.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ model_setup_pages = [
"Diagnostics" => "model_setup/diagnostics.md",
"Output writers" => "model_setup/output_writers.md",
"Checkpointing" => "model_setup/checkpointing.md",
"Time stepping" => "model_setup/time_stepping.md",
"Setting initial conditions" => "model_setup/setting_initial_conditions.md"
]

Expand Down
47 changes: 0 additions & 47 deletions docs/src/model_setup/time_stepping.md

This file was deleted.

2 comments on commit df9b830

@ali-ramadhan
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 register

Release notes:

Breaking changes:

  • The Oceananigans.SurfaceWaves module has been renamed to Oceananigans.StokesDrift and the IncompressibleModel keyword argument surface_waves has been renamed to stokes_drift for clarity.

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

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.48.0 -m "<description of version>" df9b830e574261efb1b7b0ee43b783be2381ceaf
git push origin v0.48.0

Please sign in to comment.