From 5873515766c4208ac74b0c2c42726bed75a3764a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:57:27 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "OrdinaryDiffEq" to "6.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fc23d7ad2..04cd81be9 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ IterTools = "1.0" LaTeXStrings = "1.0" MacroTools = "0.5" MatrixPencils = "1.6" -OrdinaryDiffEq = "5.2" +OrdinaryDiffEq = "5.2, 6.0" Plots = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 1.0" Polynomials = "1.1.10, 2.0" julia = "1.6" From fcbf9f336e6d3a9e4d2e8e95dcdc5e8db2b7b314 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Tue, 21 Dec 2021 07:16:43 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 04cd81be9..e09da30ad 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "0.11.3" +version = "0.11.4" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"