From 9bf23456a187cefb4923d5537aa9ef56d805a09e Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Mon, 13 Jan 2025 10:40:46 +0100 Subject: [PATCH] Bump version 1.6.2 --- .github/workflows/Tests.yml | 2 +- Project.toml | 2 +- test/runtests.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 787cf73..551476a 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: version: - - '1.10' + - '1.11' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 2f9813e..36f735c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CapAndHomalg" uuid = "c4774649-1891-41ea-a883-87141804c57c" authors = ["Mohamed Barakat "] -version = "1.6.1" +version = "1.6.2" [deps] GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904" diff --git a/test/runtests.jl b/test/runtests.jl index de23b36..3f7e3d4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,7 +4,7 @@ DocMeta.setdocmeta!(CapAndHomalg, :DocTestSetup, :(using CapAndHomalg); recursiv include("singular.jl") include("4ti2.jl") -include("digraphs.jl") +#include("digraphs.jl") include("json.jl") include("images.jl") include("homalg_project.jl")