Skip to content

Commit

Permalink
bump version -> v0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Jun 24, 2024
1 parent 804482f commit 18fa852
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.12"
version = "0.9.13"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -107,7 +107,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 18fa852

@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 bug when varobs aren't in same order as var
  • observations must be kept constant: use new matrix instead of alias
  • weaker MUMPS compat

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

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.13 -m "<description of version>" 18fa85255f0b4431bef401b1f4949edd490c57e5
git push origin v0.9.13

Please sign in to comment.