Skip to content

Commit

Permalink
make Random a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored May 8, 2019
1 parent 9d73ce8 commit bdde7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ name = "DoubleFloats"
uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
license = "MIT"
version = "0.7.22"
version = "0.7.23"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
GenericSVD = "01680d73-4ee2-5a08-a1aa-533608c188bb"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Expand Down

8 comments on commit bdde7fd

@JeffreySarnoff
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 register()

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

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 v0.7.23 -m "<description of version>" bdde7fd9f6a9a03bdfef39723266d8f6ea676328
git push origin v0.7.23

@JeffreySarnoff
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 register()

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

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 v0.7.23 -m "<description of version>" bdde7fd9f6a9a03bdfef39723266d8f6ea676328
git push origin v0.7.23

@JeffreySarnoff
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 register()

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

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 v0.7.23 -m "<description of version>" bdde7fd9f6a9a03bdfef39723266d8f6ea676328
git push origin v0.7.23

@JeffreySarnoff
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 register()

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

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 v0.7.23 -m "<description of version>" bdde7fd9f6a9a03bdfef39723266d8f6ea676328
git push origin v0.7.23

Please sign in to comment.