Skip to content

Commit

Permalink
Update dependency versions and bump package version
Browse files Browse the repository at this point in the history
Fix #528
  • Loading branch information
quinnj authored Nov 11, 2019
1 parent fc590cf commit 50274e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CSV"
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
authors = ["Jacob Quinn <[email protected]>"]
version = "0.5.14"
version = "0.5.15"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -20,8 +20,8 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
[compat]
CategoricalArrays = "0.5,0.6,0.7"
DataFrames = "0.18,0.19,0.20"
FilePathsBase = "0.6"
LazyArrays = "0.12"
FilePathsBase = "0.6,0.7"
LazyArrays = "0.12,0.13,0.14"
Parsers = "0.3"
PooledArrays = "0.5"
Tables = "0.1,0.2"
Expand Down

2 comments on commit 50274e3

@quinnj
Copy link
Member Author

@quinnj quinnj commented on 50274e3 Nov 11, 2019

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

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.5.15 -m "<description of version>" 50274e31e961577229c1c6916c388776f168b141
git push origin v0.5.15

Please sign in to comment.