Skip to content

Commit

Permalink
Set artifact to tzdata2023d and project to 1.1.0+2023d (#19)
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 Jan 30, 2024
1 parent d769f43 commit 9bdc13b
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 = "52e48e96c4df04eeebc6ece0d9f1c3b545f0544c"
git-tree-sha1 = "b071cffdb310f5d3ca640c09cfa3dc3f23d450ad"

[[tzjdata.download]]
sha256 = "50cd6c70dfb582336b4223adb3fe76aca6c6a9a5982c3111001e2091fb947b66"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.0.0+2023c/tzjfile-v1-tzdata2023c.tar.gz"
sha256 = "ff06bf7c19783925eff4430f1571c5cf81bf9232240dd2ee98d8a66987612f24"
url = "https://github.com/JuliaTime/TZJData.jl/releases/download/v1.1.0+2023d/tzjfile-v1-tzdata2023d.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.0.0+2023c"
version = "1.1.0+2023d"

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

2 comments on commit 9bdc13b

@omus
Copy link
Member Author

@omus omus commented on 9bdc13b Jan 30, 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/99903

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.1.0+2023d -m "<description of version>" 9bdc13b5abe4c43e29fd039891ce9663bac9cdcd
git push origin v1.1.0+2023d

Also, note the warning: Version 1.1.0+2023d skips over 1.1.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.