From d75bec27251def04955f8203ddadf88906ef324b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 16 Aug 2021 00:57:18 +0000 Subject: [PATCH] CompatHelper: bump compat for Documenter to 0.27, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a0395a2d..3f227d55 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ CSV = "0.8" DataFrames = "0.21, 0.22" DataStructures = "0.18" Distributions = "0.23, 0.24" -Documenter = "0.25, 0.26" +Documenter = "0.25, 0.26, 0.27" DocumenterLaTeX = "0.2" GZip = "0.5" ProgressMeter = "1.3"