From 73cdc8d27f0d1f2a94f3daa09090e0b3d9cc2306 Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Tue, 7 Sep 2021 17:00:49 -0700 Subject: [PATCH 1/2] Update CLIMAParameters compat entry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ce81b792..c9549508 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74" [compat] -CLIMAParameters = "0.1.0" +CLIMAParameters = "0.1, 0.2" DocStringExtensions = "0.8.1" KernelAbstractions = "0.5, 0.6" RootSolvers = "0.2" From a81a4906d35008645ba14b1788801ae0c29c9685 Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Tue, 7 Sep 2021 17:01:07 -0700 Subject: [PATCH 2/2] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c9549508..a6f10877 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Thermodynamics" uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" authors = ["Climate Modeling Alliance"] -version = "0.3.2" +version = "0.3.3" [deps] CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"