Skip to content

Commit

Permalink
CompatHelper: bump compat for "OffsetArrays" to "1.0" (#1)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "OffsetArrays" to "1.0"

* removed Manifest

* version bump

Co-authored-by: Jishnu Bhattacharya <jishnub@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jishnub committed Jan 22, 2020
1 parent c410887 commit a87e10c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 147 deletions.
141 changes: 0 additions & 141 deletions Manifest.toml

This file was deleted.

8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "LegendrePolynomials"
uuid = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
version = "0.2.2"
version = "0.2.3"

[deps]
HyperDualNumbers = "50ceba7f-c3ee-5a84-a6e8-3ad40456ec97"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

[compat]
julia="1"
HyperDualNumbers="4"
OffsetArrays="0.11"
HyperDualNumbers = "4"
OffsetArrays = "0.11, 1.0"
julia = "1"
4 changes: 2 additions & 2 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[[OffsetArrays]]
git-tree-sha1 = "1af2f79c7eaac3e019a0de41ef63335ff26a0a57"
git-tree-sha1 = "fcfb0d1acd89dd37bbfce2873c8401713a855f80"
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
version = "0.11.1"
version = "1.0.1"

[[Random]]
deps = ["Serialization"]
Expand Down

2 comments on commit a87e10c

@jishnub
Copy link
Owner

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/8267

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

Please sign in to comment.