Skip to content

Commit

Permalink
bump docstringextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Sep 7, 2022
1 parent 6aa6183 commit 3eddbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerSimulationsDynamics"
uuid = "398b2ede-47ed-4edc-b52e-69e4a48b4336"
authors = ["Jose Daniel Lara, Rodrigo Henriquez"]
version = "0.10.3"
version = "0.10.4"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -23,7 +23,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
DataStructures = "~0.18"
DocStringExtensions = "~0.8.6"
DocStringExtensions = "~0.9"
FastClosures = "^0.3"
ForwardDiff = "~v0.10"
InfrastructureSystems = "^1.14"
Expand Down

2 comments on commit 3eddbc3

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on 3eddbc3 Sep 7, 2022

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/67863

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.10.4 -m "<description of version>" 3eddbc325ba322b53fc95109708c81f9768ab754
git push origin v0.10.4

Please sign in to comment.