Skip to content

Commit

Permalink
bump julia to 1.9 and version
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 authored Aug 22, 2024
1 parent 5e45193 commit 29369f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TidierDates"
uuid = "20186a3f-b5d3-468e-823e-77aae96fe2d8"
authors = ["Daniel Rizk & Contributors"]
version = "0.2.4"
version = "0.2.5"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -10,7 +10,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
Reexport = "0.2, 1"
julia = "1.6"
julia = "1.9"
TimeZones = "1.17"

[extras]
Expand Down

2 comments on commit 29369f1

@drizk1
Copy link
Member Author

@drizk1 drizk1 commented on 29369f1 Aug 22, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Bump Julia Compat to 1.9

@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/113657

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 v0.2.5 -m "<description of version>" 29369f106a99402244d5e0912816bc1dc9cc5096
git push origin v0.2.5

Please sign in to comment.