diff --git a/CHANGELOG.md b/CHANGELOG.md index f97d40c..6f00d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All noteable changes to this project will be documented in this file. +## v2023.2.0 (2023-02-27) +### Documentation +* Correct example configuration ([`00e136d`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/00e136d59bd41634ce109c13652ba32d02c16d3a)) + ## v2023.1.0 (2023-02-12) ### Feature * Introduce cov half life ([`92d96dc`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/92d96dc5449e01dca49f0dce2d159891e082022e)) diff --git a/pyproject.toml b/pyproject.toml index 809908f..a749196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "factor-pricing-model-risk-model" -version = "2023.1.0" +version = "2023.2.0" description = "Package to build risk models for factor pricing model" authors = ["Factor Pricing Model "] license = "MIT" diff --git a/src/fpm_risk_model/__init__.py b/src/fpm_risk_model/__init__.py index c823aac..bd86a16 100644 --- a/src/fpm_risk_model/__init__.py +++ b/src/fpm_risk_model/__init__.py @@ -1 +1 @@ -__version__ = "2023.1.0" +__version__ = "2023.2.0"