Skip to content

Commit

Permalink
For 0.4.4 release (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran authored Oct 30, 2020
1 parent 8acd581 commit 71cc388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Manifolds"
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
authors = ["Seth Axen <[email protected]>", "Mateusz Baran <[email protected]>", "Ronny Bergmann <[email protected]>", "Antoine Levitt <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
# TODO: reduce the number of ambiguities
if VERSION >= v"1.6-DEV"
@test length(Test.detect_ambiguities(ManifoldsBase)) <= 3
@test length(Test.detect_ambiguities(Manifolds)) <= 98
@test length(Test.detect_ambiguities(Manifolds)) <= 101
@test length(our_base_ambiguities()) <= 4
else
@test length(Test.detect_ambiguities(ManifoldsBase)) <= 17
Expand Down

2 comments on commit 71cc388

@mateuszbaran
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/23944

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.4.4 -m "<description of version>" 71cc3885f157248dd0892e88498ce41a97e64409
git push origin v0.4.4

Please sign in to comment.