Skip to content

Commit

Permalink
Set version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 12, 2020
1 parent 6705689 commit adeff3b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name = "PkgDev"
uuid = "149e707d-584d-56d3-88ec-740c18e106ff"
version = "1.4.1-DEV"
version = "1.5.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DocumentFormat = "ffa9a821-9c82-50df-894e-fbcef3ed31cd"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PkgButlerEngine = "5c9c0fc8-7103-448b-bb0a-c427020e3b0b"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
DocumentFormat = "ffa9a821-9c82-50df-894e-fbcef3ed31cd"
RegistryTools = "d1eb7eb1-105f-429d-abf5-b0f65cb9e2c4"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DocumentFormat = "1.1, 2.0, 3.0"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
GitHub = "5.1.1"
JSON = "0.21"
julia = "1"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
DocumentFormat = "1.1, 2.0, 3.0"
PkgButlerEngine = "1.2"
RegistryTools = "1"
URIParser = "0.4"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

2 comments on commit adeff3b

@davidanthoff
Copy link
Collaborator 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/17808

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 v1.5.0 -m "<description of version>" adeff3bb0c34d11641f054da94d5d03642868f51
git push origin v1.5.0

Please sign in to comment.