Skip to content

Commit

Permalink
compat: PhyloNetworks v0.15 and higher
Browse files Browse the repository at this point in the history
PhyloNetwork's documentation requires PhyloPlots.
when releasing a new version of PhyloNetworks, the documentation fails if PhyloPlots fails to accept the new version.
  • Loading branch information
cecileane committed Jun 17, 2022
1 parent 270808c commit d20f5cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PhyloPlots"
uuid = "c0d5b6db-e3fc-52bc-a87d-1d050989ed3b"
license = "MIT"
version = "0.3.1"
version = "0.3.2"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -18,9 +18,9 @@ ColorTypes = "0.7, 0.8, 0.9, 0.10, 0.11"
Colors = "0.9, 0.10, 0.11, 0.12"
DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
Gadfly = "1.0, 1.1, 1.2, 1.3"
PhyloNetworks = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
PhyloNetworks = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 1" # extras to let PN build its documentation of new releases
RCall = "0.11, 0.12, 0.13"
julia = "0.7, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
julia = "0.7, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit d20f5cf

@cecileane
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/62561

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

Please sign in to comment.