Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jul 4, 2019
1 parent be32e63 commit 0e10264
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.14.0"
version = "0.14.1"

[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 @@ -245,7 +245,7 @@ function __init__()
(Ptr{Nothing},), @cfunction(flint_abort, Nothing, ()))

println("")
println("Welcome to Nemo version 0.14.0")
println("Welcome to Nemo version 0.14.1")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -271,7 +271,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.14.0\n")
print("Nemo version 0.14.1\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

2 comments on commit 0e10264

@thofma
Copy link
Member Author

@thofma thofma commented on 0e10264 Jul 4, 2019

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

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.14.1 -m "<description of version>" 0e10264c7c7fc116f319f53e43e23388724cd90d
git push origin v0.14.1

Please sign in to comment.