Skip to content

Commit

Permalink
Merge pull request #91 from pankgeorg/master
Browse files Browse the repository at this point in the history
bump: version to 2.0
  • Loading branch information
jkaye2012 authored Apr 19, 2023
2 parents e2f47a1 + 1f54a3c commit 8908620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Redis"
uuid = "0cf705f9-a9e2-50d1-a699-2b372a39b750"
version = "1.1.0"
version = "2.0.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

6 comments on commit 8908620

@pankgeorg
Copy link
Contributor

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.

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

@pankgeorg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkaye2012 can you copy paste this message (@JuliaRegistrator register())? It will make a record here https://github.com/JuliaRegistries/General/tree/master/R/Redis

@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
@pankgeorg, it looks like you are not a publicly listed member/owner in the parent organization (JuliaDatabases).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@jkaye2012
Copy link
Collaborator Author

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

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 v2.0.0 -m "<description of version>" 890862026f4d57a2d10af9172a477ecc15e794ca
git push origin v2.0.0

Please sign in to comment.