Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Apr 13, 2020
1 parent 6cde9d0 commit e7d1683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DSGE.jl 1.1.4
# DSGE.jl 1.1.5
## New features and enhancements
+ Implement DSGE-VECMs and provide functionality to compute impulse responses.
+ Extend DSGE-VAR rotation impulse responses to compute in deviations from baseline.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DSGE"
uuid = "6cf23378-2c47-544c-b0c3-6efefe57ca11"
authors = ["William Chen <[email protected]>", "Ethan Matlin <[email protected]>", "Reca Sarfati <[email protected]>"]
version = "1.1.4"
version = "1.1.5"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

2 comments on commit e7d1683

@chenwilliam77
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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 v1.1.5 -m "<description of version>" e7d1683fd2c77b2df106cb54e872a13dfbe8f718
git push origin v1.1.5

Please sign in to comment.