Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
dep BitemporalPostgres 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Oct 8, 2022
1 parent dfbfbfe commit 50f640d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.0"
manifest_format = "2.0"
project_hash = "038cf0df58fa3dac651cd8412db78de03d6c1010"
project_hash = "52720cdc6e1dd50fcb0e3384a55010b66de9830c"

[[deps.AbstractTrees]]
git-tree-sha1 = "5c0b629df8a5566a06f5fef5100b53ea56e465a0"
Expand All @@ -28,8 +28,6 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[deps.BitemporalPostgres]]
deps = ["AbstractTrees", "Dates", "Intervals", "Logging", "Pkg", "SearchLight", "SearchLightPostgreSQL", "Test", "TimeZones", "ToStruct", "YAML"]
git-tree-sha1 = "3cbc5fbc973445b02a046106420c92394ab948f3"
repo-rev = "main"
repo-url = "https://github.com/Actuarial-Sciences-for-Africa-ASA/BitemporalPostgres.jl"
uuid = "e513cd14-23e6-48df-acf1-d9bc8fa5674b"
version = "1.5.0"

Expand Down

2 comments on commit 50f640d

@michaelfliegner
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:
dep BitemporalPostgres 1.5.0

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

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.5.0 -m "<description of version>" 50f640d4e25ae0bdde536fd48f710f4b8e69c479
git push origin v0.5.0

Please sign in to comment.