From b84c3025bf0d8f7036f5b0f0410cf66ed4604cbf Mon Sep 17 00:00:00 2001 From: William Chen Date: Mon, 22 Jun 2020 16:42:14 -0400 Subject: [PATCH] Update for a planned tagged release to address bugs. --- NEWS.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3247f77..10b38b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# ModelConstructors.jl v0.1.11 Release Notes +- Fix bugs in v0.1.10 + # ModelConstructors.jl v0.1.10 Release Notes - Add random sampling with regime switching in Parameter types diff --git a/Project.toml b/Project.toml index 9851aeb..0e83e61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelConstructors" uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d" authors = ["William Chen ", "Ethan Matlin ", "Reca Sarfati "] -version = "0.1.10" +version = "0.1.11" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"