Skip to content

Commit

Permalink
Fix compat bounds for auto-merging, bump version to 1.20.1. (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Nov 5, 2019
1 parent f6ad59b commit 0df1f5f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IJulia"
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
version = "1.20.0"
version = "1.20.1"

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

[compat]
Conda = "≥ 0.1.5"
JSON = "≥ 0.17.0"
MbedTLS = "≥ 0.4.3"
ZMQ = "≥ 1.0.0"
julia = "≥ 0.7.0"
Conda = "1"
JSON = "0.18,0.19,0.20,0.21"
MbedTLS = "0.5,0.6,0.7"
SoftGlobalScope = "1"
ZMQ = "1"
julia = "0.7,1"

2 comments on commit 0df1f5f

@fredrikekre
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/5050

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.20.1 -m "<description of version>" 0df1f5fc5199dc7b7d99ad5f330bb9263fd68968
git push origin v1.20.1

Please sign in to comment.