Skip to content

Commit

Permalink
fixed DynarePreprocessor_jll version == 6.0.0 + update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Dec 12, 2022
1 parent 1e788c8 commit 23c25f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.8
=====
- fix version of DynarePreprocessor_jll == 6.0.0

0.5.7
=====
- add numerical solution for steady state
Expand Down
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.5.7"
version = "0.5.8"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down Expand Up @@ -43,7 +43,7 @@ BenchmarkTools = "1.2.2"
CSV = "0.10.2"
DataFrames = "1.3.2"
Distances = "0.10.7"
DynarePreprocessor_jll = "6.0.0"
DynarePreprocessor_jll = "=6.0.0"
ExtendedDates = "0.1.2"
FastLapackInterface = "^1"
Formatting = "0.4.2"
Expand Down

2 comments on commit 23c25f8

@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 branch=v0.5

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

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.5.8 -m "<description of version>" 23c25f80a0eade5427b35c53e75163a948be666a
git push origin v0.5.8

Please sign in to comment.