Skip to content

Commit 0df1f5f

Browse files
authored
Fix compat bounds for auto-merging, bump version to 1.20.1. (#884)
1 parent f6ad59b commit 0df1f5f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Project.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IJulia"
22
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3-
version = "1.20.0"
3+
version = "1.20.1"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -20,8 +20,9 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2020
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
2121

2222
[compat]
23-
Conda = "≥ 0.1.5"
24-
JSON = "≥ 0.17.0"
25-
MbedTLS = "≥ 0.4.3"
26-
ZMQ = "≥ 1.0.0"
27-
julia = "≥ 0.7.0"
23+
Conda = "1"
24+
JSON = "0.18,0.19,0.20,0.21"
25+
MbedTLS = "0.5,0.6,0.7"
26+
SoftGlobalScope = "1"
27+
ZMQ = "1"
28+
julia = "0.7,1"

0 commit comments

Comments
 (0)