Skip to content

Commit

Permalink
Set version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Apr 17, 2023
1 parent 17446a1 commit f880f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name = "Vega"
uuid = "239c3e63-733f-47ad-beb7-a12fde22c578"
version = "2.3.2-DEV"
version = "2.4.0"

[deps]
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"
NodeJS_16_jll = "a4b94fbf-73f5-58ff-888d-48a8396e17f6"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
NodeJS_16_jll = "a4b94fbf-73f5-58ff-888d-48a8396e17f6"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -24,17 +24,17 @@ URIParser = "30578b45-9adc-5946-b283-645ec420af67"
[extras]
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[compat]
TableTraits = "0.3.1, 0.4, 1"
IteratorInterfaceExtensions = "0.1.1, 1"
NodeJS_16_jll = "16"
JSON = "0.19, 0.20, 0.21"
DataStructures = "0.17, 0.18"
JSONSchema = "0.1, 0.2, 0.3, 1"
NodeJS_16_jll = "16"
MacroTools = "0.4.4, 0.5"
FileIO = "1.0.1"
TableTraitsUtils = "1"
Expand Down

2 comments on commit f880f96

@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/81771

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.4.0 -m "<description of version>" f880f96b860cfd4c5ee5cad520b320d69df8523c
git push origin v2.4.0

Please sign in to comment.