Skip to content

Commit

Permalink
Reverted UUID. Changing UUID in the regitry is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermilla committed Jan 9, 2025
1 parent 93d2bb2 commit 3663aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "InteractiveBrokers"
uuid = "c9eee01f-432d-414e-83d3-5217cf8b3b71"
uuid = "f310f2d2-a263-11e8-3998-47bd686f18f7"
authors = ["Luca Billi <[email protected]>", "Olivier Milla <[email protected]>"]
version = "0.28"

Expand Down

4 comments on commit 3663aa7

@oliviermilla
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Updated to latest code from Jib.jl

@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/122720

Tagging

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.28.0 -m "<description of version>" 3663aa7e77b4d425b40dad5267777733ead4950b
git push origin v0.28.0

@oliviermilla
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Updated to latest version of the API from Jib.jl

Breaking changes

  • DataFrame is no longer supported as it was dropped by Jib.jl as the default sink format.

@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 updated: JuliaRegistries/General/122720

Tagging

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.28.0 -m "<description of version>" 3663aa7e77b4d425b40dad5267777733ead4950b
git push origin v0.28.0

Please sign in to comment.