Skip to content

Commit

Permalink
Set artifact to tzdata2023c and project to 1.0.0+2023c
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 16, 2023
1 parent c05c385 commit fb9583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ git-tree-sha1 = "52e48e96c4df04eeebc6ece0d9f1c3b545f0544c"

[[tzjdata.download]]
sha256 = "50cd6c70dfb582336b4223adb3fe76aca6c6a9a5982c3111001e2091fb947b66"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v0.0.1+2023c/tzjfile-v1-tzdata2023c.tar.gz"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.0.0+2023c/tzjfile-v1-tzdata2023c.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TZJData"
uuid = "dc5dba14-91b3-4cab-a142-028a31da12f7"
authors = ["Curtis Vogt <[email protected]>"]
version = "0.0.1+2023c"
version = "1.0.0+2023c"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down

2 comments on commit fb9583c

@omus
Copy link
Member Author

@omus omus commented on fb9583c Aug 16, 2023

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

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.0.0+2023c -m "<description of version>" fb9583ceddba3b7841628c261e7f18a6f5b8ecf3
git push origin v1.0.0+2023c

Also, note the warning: Version 1.0.0+2023c skips over 1.0.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.