Skip to content

Commit

Permalink
add Requires version compat
Browse files Browse the repository at this point in the history
required for automerging the new release
  • Loading branch information
alyst authored Jan 1, 2020
1 parent 6cf3121 commit 858b71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CategoricalArrays = "0.5, 0.6, 0.7"
CodecZlib = "0.4, 0.5, 0.6"
DataFrames = "0.19, 0.20"
FileIO = "1.0.5"
Requires = "1.0.0"
TimeZones = "0.7, 0.8, 0.9, 0.10"
julia = "1"

Expand Down

2 comments on commit 858b71e

@alyst
Copy link
Collaborator Author

@alyst alyst commented on 858b71e Jan 1, 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 updated: JuliaRegistries/General/7408

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 v0.7.0 -m "<description of version>" 858b71e31650e654f1c5aac1923c2d5ec686cd80
git push origin v0.7.0

Please sign in to comment.