Skip to content

Commit

Permalink
accidentally over bummped version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Dec 7, 2020
1 parent 3cf5b8a commit 2dab3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ChainRules"
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
version = "0.7.37"
version = "0.7.36"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

3 comments on commit 2dab3ab

@oxinabox
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
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/25961

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 v0.7.36 -m "<description of version>" 2dab3ab127709daa61c8c958e4498f492fa1981b
git push origin v0.7.36

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW probably the main problem was that JuliaRegistries/General#25905 was not automerged and then closed since it was opened just minutes after the PR for 0.7.35, so 0.7.35 had not been merged yet.

Please sign in to comment.