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

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Jun 4, 2024
1 parent c23d855 commit a8f92e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LifeInsuranceContracts"
uuid = "fd4345fa-c73f-4ad5-b086-dba238792776"
authors = ["michaelfliegner <michael.fliegner@hamburg.de>"]
version = "0.4.1"
version = "0.4.2"

[deps]
BitemporalPostgres = "e513cd14-23e6-48df-acf1-d9bc8fa5674b"
Expand Down

2 comments on commit a8f92e7

@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:
repo rigged for github codespaces

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

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

Also, note the warning: Version 0.4.2 skips over 0.4.1
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.