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

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Jul 10, 2022
1 parent 5d4a749 commit d9ea96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ version = "1.16.1+1"
[[LifeInsuranceDataModel]]
deps = ["BitemporalPostgres", "DataFrames", "Dates", "Intervals", "JSON", "Revise", "SearchLight", "SearchLightPostgreSQL", "Test", "TimeZones", "ToStruct"]
git-tree-sha1 = "dfe76499c5d4a510a8d956ce1777384549d916db"
repo-rev = "main"
repo-url = "https://github.com/michaelfliegner/LifeInsuranceDataModel.jl"
uuid = "4892898e-25d7-46ce-b5c3-dea2164303ac"
version = "0.1.7"

Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BitemporalReactive"
uuid = "2fc36f50-c0f6-442e-a77c-cf0acc93eef6"
authors = ["michaelfliegner <[email protected]>"]
version = "0.1.6"
version = "0.1.7"

[deps]
BitemporalPostgres = "e513cd14-23e6-48df-acf1-d9bc8fa5674b"
Expand All @@ -25,6 +25,7 @@ DataFrames = "1"
HTTP = "0.9.17, 1"
Intervals = "1.6.0"
JSON = "0.21.3"
LifeInsuranceDataModel = "0.1"
Revise = "3"
SearchLight = "2"
SearchLightPostgreSQL = "2"
Expand Down

2 comments on commit d9ea96a

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

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.1.7 -m "<description of version>" d9ea96a5562f4b9fa3383d8bf1ca333ffb5f23e8
git push origin v0.1.7

Please sign in to comment.