Skip to content

Commit

Permalink
Merge pull request #675 from JuliaCollections/npr/bumpv
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nickrobinson251 committed Sep 4, 2020
2 parents 897c333 + aaeaf42 commit 2122aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "DataStructures"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.18.3"
version = "0.18.4"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down

4 comments on commit 2122aa2

@nickrobinson251
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.

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

@nickrobinson251
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/20847

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.18.4 -m "<description of version>" 2122aa261ef55f8e8455ce13dba0b3f4a245e4d2
git push origin v0.18.4

Please sign in to comment.