Skip to content

Commit

Permalink
Bump version. (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 5, 2021
1 parent 90956b3 commit c3fe9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "Coverage"
uuid = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
authors = ["Iain Dunning <iaindunning@gmail.com>", "contributors"]
version = "1.3.2"
version = "1.4.0"

[deps]
CoverageTools = "c36e975a-824b-4404-a568-ef97ca766997"
Expand Down

4 comments on commit c3fe9bc

@maleadt
Copy link
Member Author

@maleadt maleadt commented on c3fe9bc Oct 5, 2021

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.

Error while trying to register: Register Failed
@maleadt, it looks like you are not a publicly listed member/owner in the parent organization (JuliaCI).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@maleadt
Copy link
Member Author

@maleadt maleadt commented on c3fe9bc Oct 6, 2021

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

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 v1.4.0 -m "<description of version>" c3fe9bc13823067180c6b38946699a71708683cd
git push origin v1.4.0

Please sign in to comment.