Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed May 4, 2019
1 parent 3fcf826 commit 07121b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nemo"
uuid = "2edaba10-b0f1-5616-af89-8c11ac63239a"
version = "0.13.4"
version = "0.13.5"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down
4 changes: 2 additions & 2 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function __init__()
(Ptr{Nothing},), @cfunction(flint_abort, Nothing, ()))

println("")
println("Welcome to Nemo version 0.13.3")
println("Welcome to Nemo version 0.13.5")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -270,7 +270,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.13.3\n")
print("Nemo version 0.13.5\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

2 comments on commit 07121b7

@thofma
Copy link
Member Author

@thofma thofma commented on 07121b7 May 4, 2019

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

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.13.5 -m "<description of version>" 07121b756ea03cc4bdef71c8a3cb0260d83e0f64
git push origin v0.13.5

Please sign in to comment.