Skip to content

Commit

Permalink
Set artifact to tzdata2024b and project to 1.3.0+2024b (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: omus <omus@users.noreply.github.com>
  • Loading branch information
omus and omus authored Sep 7, 2024
1 parent 9665cc9 commit a870e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tzjdata]
git-tree-sha1 = "520ce3f83be7fbb002cca87993a1b1f71fe10912"
git-tree-sha1 = "7fdea2a12522469ca39925546d1fd93c10748180"

[[tzjdata.download]]
sha256 = "2d0b9085f5684a4176a09b182f2bc253b2da2ad14fd1534902f5831e0394ae3c"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.2.0+2024a/tzjfile-v1-tzdata2024a.tar.gz"
sha256 = "c06440d1228ee13b137bc6264989006c2be00a4e7c0299743974f28d5512ad93"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.3.0+2024b/tzjfile-v1-tzdata2024b.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 <curtis.vogt@gmail.com>"]
version = "1.2.0+2024a"
version = "1.3.0+2024b"

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

2 comments on commit a870e05

@omus
Copy link
Member Author

@omus omus commented on a870e05 Sep 9, 2024

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0+2024b -m "<description of version>" a870e0539de6a4caf39e98a138a1996965ec2c50
git push origin v1.3.0+2024b

Also, note the warning: Version 1.3.0+2024b skips over 1.3.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.