Skip to content

Commit

Permalink
fix compat for MUMPS + bump -> v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Feb 20, 2024
1 parent 2dace46 commit c3a7e3d
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 = "Dynare"
uuid = "5203de40-99df-439e-afbc-014de65cb9ef"
authors = ["michel "]
version = "0.9.4"
version = "0.9.5"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -109,7 +109,7 @@ MCMCChains = "5.3.1, 6"
MCMCDiagnosticTools = "0.3"
MKL = "0.4.3, 0.5, 0.6"
MPI = "0.20"
MUMPS = "1.4.0"
MUMPS = "=1.4.0"
Metaheuristics = "3"
NLSolversBase = "7.8.2"
Optim = "1.7.3"
Expand Down

2 comments on commit c3a7e3d

@MichelJuillard
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:

RELEASE NOTES

  • fix compat for MUMPS

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

Tagging

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

Please sign in to comment.