Skip to content

Commit

Permalink
Set version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 5, 2021
1 parent d59cc65 commit d537d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name = "PkgDev"
uuid = "149e707d-584d-56d3-88ec-740c18e106ff"
version = "1.6.1-DEV"
version = "1.7.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
PkgButlerEngine = "5c9c0fc8-7103-448b-bb0a-c427020e3b0b"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
Expand All @@ -13,7 +14,6 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[extras]
Expand All @@ -25,9 +25,9 @@ JSON = "0.21"
julia = "1.6"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
DocumentFormat = "1.1, 2.0, 3.0"
URIs = "1"
PkgButlerEngine = "1.2"
RegistryTools = "1"
URIs = "1"

[targets]
test = ["Test"]

2 comments on commit d537d9c

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

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

Please sign in to comment.