Skip to content

Commit

Permalink
Merge pull request #243 from JuliaTime/cv/1.0
Browse files Browse the repository at this point in the history
Set project version to 1.0
  • Loading branch information
omus authored Jan 24, 2020
2 parents c76bd9d + 64cf666 commit 56bdfcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
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"
Expand Down
5 changes: 0 additions & 5 deletions src/deprecated.jl
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

2 comments on commit 56bdfcc

@omus
Copy link
Member Author

@omus omus commented on 56bdfcc Jan 24, 2020

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/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:

git tag -a v1.0.0 -m "<description of version>" 56bdfcce8b46bff065bedaedc157fd58a9ade991
git push origin v1.0.0

Please sign in to comment.