Skip to content

Commit

Permalink
Set version to 0.25.0 (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Jun 30, 2020
1 parent 380721e commit f9f0b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Documenter"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "0.24.7+0.25-DEV"
version = "0.25.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"

[compat]
DocumenterTools = "=0.1.3"
DocumenterTools = "=0.1.6"
2 changes: 1 addition & 1 deletion test/themes/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"

[compat]
DocumenterTools = "=0.1.5"
DocumenterTools = "=0.1.6"

2 comments on commit f9f0b68

@mortenpi
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

Release notes:

A release with new features and enhancements. The changes are documented in the CHANGELOG.md file.

Note: the 0.25 release will be less conservative than usual about new features/enhancements, and there may be significant (non-breaking) changes in the upcoming 0.25.x patch releases.

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

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.25.0 -m "<description of version>" f9f0b68ad11b68039b424557bf73511f55fed02f
git push origin v0.25.0

Please sign in to comment.