-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from JuliaTime/cv/1.0
Set project version to 1.0
- Loading branch information
Showing
2 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "TimeZones" | ||
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53" | ||
authors = ["Curtis Vogt <[email protected]>"] | ||
version = "0.11.0" | ||
version = "1.0.0" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
using Base: @deprecate | ||
|
||
# BEGIN TimeZones 1.0 deprecations | ||
|
||
@deprecate localtime(zdt::ZonedDateTime) DateTime(zdt, Local) false | ||
@deprecate utc(zdt::ZonedDateTime) DateTime(zdt, UTC) false | ||
@deprecate DateTime(zdt::ZonedDateTime) DateTime(zdt, Local) | ||
|
||
# END TimeZones 1.0 deprecations |
56bdfcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
56bdfcc
There was a problem hiding this comment.
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/8385
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: