Skip to content

Commit e386aef

Browse files
Merge pull request #92 from mohamed-barakat/devel
Bump version 1.6.2
2 parents 0ef09a8 + 9bf2345 commit e386aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.10'
24+
- '1.11'
2525
- 'nightly'
2626
os:
2727
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <[email protected]>"]
4-
version = "1.6.1"
4+
version = "1.6.2"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DocMeta.setdocmeta!(CapAndHomalg, :DocTestSetup, :(using CapAndHomalg); recursiv
44

55
include("singular.jl")
66
include("4ti2.jl")
7-
include("digraphs.jl")
7+
#include("digraphs.jl")
88
include("json.jl")
99
include("images.jl")
1010
include("homalg_project.jl")

0 commit comments

Comments
 (0)