Skip to content

Commit

Permalink
Set artifact to tzdata2025a and project to 1.4.0+2025a (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: omus <[email protected]>
  • Loading branch information
omus and omus authored Feb 10, 2025
1 parent 0eb0b12 commit ecb74d6
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 = "7fdea2a12522469ca39925546d1fd93c10748180"
git-tree-sha1 = "a889c3cb4990ecd5223e306b94cbd378e1628b49"

[[tzjdata.download]]
sha256 = "c06440d1228ee13b137bc6264989006c2be00a4e7c0299743974f28d5512ad93"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.3.0+2024b/tzjfile-v1-tzdata2024b.tar.gz"
sha256 = "c3b0bda3c12abc8b8f5f757fe31486551fb1b719332e2426287e47db3c5d733e"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.4.0+2025a/tzjfile-v1-tzdata2025a.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 = "1.3.1+2024b"
version = "1.4.0+2025a"

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

2 comments on commit ecb74d6

@omus
Copy link
Member Author

@omus omus commented on ecb74d6 Feb 10, 2025

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

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.4.0+2025a -m "<description of version>" ecb74d6f617c4d5eada88c9f22229d593922e5c3
git push origin v1.4.0+2025a

Also, note the warning: Version 1.4.0+2025a skips over 1.4.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.