Skip to content

Commit

Permalink
Add compat entry for Reexport (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and ararslan committed Nov 20, 2019
1 parent af53b58 commit fdb9136
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 @@ -14,6 +14,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[compat]
DataFrames = "0.15, 0.16, 0.17, 0.18, 0.19"
RData = "0.5, 0.6"
Reexport = "0.2"
CodecZlib = "0.4, 0.5, 0.6"
CSV = "0.5"
FileIO = "1"
Expand Down

2 comments on commit fdb9136

@ararslan
Copy link
Member

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

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.6.5 -m "<description of version>" fdb91368c2ea21f8aadc511cbbd238f07c7f9351
git push origin v0.6.5

Please sign in to comment.