Skip to content

Commit

Permalink
Update TimeSeries compat
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored Jul 10, 2021
1 parent 17d5dd7 commit d0f504f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MarketData"
uuid = "945b72a4-3b13-509d-9b46-1525bb5c06de"
authors = ["JuliaQuant <https://github.com/JuliaQuant>"]
version = "0.13.6"
version = "0.13.7"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -15,7 +15,7 @@ TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
CSV = "0.7, 0.8"
HTTP = "0.8, 0.9"
Reexport = "0.2, 1.0"
TimeSeries = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
TimeSeries = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23"
julia = "1"

[extras]
Expand Down

2 comments on commit d0f504f

@iblislin
Copy link
Member Author

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

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.7 -m "<description of version>" d0f504f34194701a2554b3bfaf541d236f6fc63f
git push origin v0.13.7

Please sign in to comment.