Skip to content

Commit

Permalink
Set version to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 26, 2022
1 parent 2ef9fe8 commit 979b5f9
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
name = "Vega"
uuid = "239c3e63-733f-47ad-beb7-a12fde22c578"
version = "2.3.1-DEV"
version = "2.3.1"

[deps]
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"
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"
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"
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]
DataStructures = "0.17, 0.18"
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"
DataStructures = "0.17, 0.18"
JSONSchema = "0.1, 0.2, 0.3, 1"
MacroTools = "0.4.4, 0.5"
NodeJS = "0.5.1, 0.6, 1"
Setfield = "0.4, 0.5, 0.6, 0.7, 1"
TableTraits = "0.3.1, 0.4, 1"
MacroTools = "0.4.4, 0.5"
FileIO = "1.0.1"
TableTraitsUtils = "1"
URIParser = "0.4"
julia = "1.5"

[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, 0.7, 1"
URIParser = "0.4"

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

2 comments on commit 979b5f9

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

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.3.1 -m "<description of version>" 979b5f984d81600ea454fcd369f4beefbd4f625a
git push origin v2.3.1

Please sign in to comment.