Skip to content

Commit

Permalink
bump version -> v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Apr 16, 2024
1 parent 15daa5b commit 6c458b3
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,7 +1,7 @@
name = "Dynare"
uuid = "5203de40-99df-439e-afbc-014de65cb9ef"
authors = ["michel "]
version = "0.9.10"
version = "0.9.11"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down

2 comments on commit 6c458b3

@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 observed variables order in Kalman smoother
  • check that all endogenous variables are present in
    steady_state_model when nocheck option is used

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

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.11 -m "<description of version>" 6c458b38bad7556fece63ec51e2a8c7d67543023
git push origin v0.9.11

Please sign in to comment.