Skip to content

Commit

Permalink
Tweak TimeZones dependency versions, and add link to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisoei committed Oct 19, 2019
1 parent 496d0a3 commit b35d060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "Stardates"
uuid = "509f810d-e932-4a50-86c7-f8dcaa7e0150"
authors = ["Chris Oei <chris.oei@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -10,7 +10,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
julia = "1"
TimeZones = "0.7, 0.10"
TimeZones = "0.7,0.8, 0.9, 0.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
3 changes: 3 additions & 0 deletions README.md
@@ -1,5 +1,8 @@
# Stardates

See https://github.com/chrisoei/Stardates.jl/wiki for examples and other
documentation.

[![Build Status](https://travis-ci.com/chrisoei/Stardates.jl.svg?branch=master)](https://travis-ci.com/chrisoei/Stardates.jl)

[![Coverage Status](https://coveralls.io/repos/github/chrisoei/Stardates.jl/badge.svg?branch=master)](https://coveralls.io/github/chrisoei/Stardates.jl?branch=master)
Expand Down

2 comments on commit b35d060

@chrisoei
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.2 -m "<description of version>" b35d060f74796c7c9929b09310c7f3e369395ca2
git push origin v1.0.2

Please sign in to comment.