Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Mar 8, 2020
1 parent 50f5916 commit 70e23c0
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
Expand Up @@ -2,7 +2,7 @@ name = "LeapSeconds"
uuid = "2f5f767c-a11e-5269-a972-637d4b97c32d"
license = "MIT"
desc = "Leap seconds in Julia"
version = "1.0.0"
version = "1.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 70e23c0

@helgee
Copy link
Collaborator Author

@helgee helgee commented on 70e23c0 Mar 8, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

- Add reverse transformation via `offset_utc_tai` function.
- Fix mini-leap calculations for dates between 1960 and 1972.
- More rigorous testing.

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 70e23c0da55616c8e627212859b683ed72670c2d
git push origin v1.1.0

Please sign in to comment.