Skip to content

Commit

Permalink
Set version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Apr 6, 2020
1 parent a7a83a4 commit 6bb7f89
Showing 1 changed file with 28 additions and 32 deletions.
60 changes: 28 additions & 32 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,53 +1,49 @@
name = "VegaLite"
uuid = "112f6efa-9a02-5b7d-90c0-432ed331239a"
version = "2.0.2-DEV"
version = "2.1.0"

[deps]
# Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Vega = "239c3e63-733f-47ad-beb7-a12fde22c578"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
# Rsvg = "c4c386cf-5103-5370-be45-f3a111cca3b8"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
Vega = "239c3e63-733f-47ad-beb7-a12fde22c578"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"

[extras]
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[compat]
# Cairo = "0.8"
DataStructures = "0.17"
DataValues = "0.4.4"
FileIO = "1.0.1"
FilePaths = "0.7, 0.8"
TableTraits = "0.3.1, 0.4, 1"
IteratorInterfaceExtensions = "0.1.1, 1"
JSON = "0.19, 0.20, 0.21"
Vega = "0.1"
DataStructures = "0.17"
JSONSchema = "0.1, 0.2"
MacroTools = "0.4.4, 0.5"
NodeJS = "0.5.1, 0.6, 1"
# Rsvg = "0.3"
Setfield = "0.4, 0.5, 0.6"
TableTraits = "0.3.1, 0.4, 1"
MacroTools = "0.4.4, 0.5"
FileIO = "1.0.1"
TableTraitsUtils = "1"
URIParser = "0.4"
Vega = "0.1"
julia = "1.3"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
DataValues = "0.4.4"
FilePaths = "0.7, 0.8"
Setfield = "0.4, 0.5, 0.6"
URIParser = "0.4"

[targets]
test = ["VegaDatasets", "Dates", "Test", "DataFrames"]

2 comments on commit 6bb7f89

@davidanthoff
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 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/12409

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 v2.1.0 -m "<description of version>" 6bb7f8990f893d94ee9f6c88edd7befb3ae0be5b
git push origin v2.1.0

Please sign in to comment.