From a05ce216535b398fb82c49bac0b7b66cbac2006e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 14 Aug 2023 20:52:41 +0000 Subject: [PATCH] 2023.6.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/fpm_risk_model/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ced47f..52d33a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All noteable changes to this project will be documented in this file. +## v2023.6.2 (2023-08-14) + +### Fix + +* Remove the type check to support multiple engines ([`dd0d8a8`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/dd0d8a88a5146b42cae920c92fe68fe82f88ec25)) + ## v2023.6.1 (2023-07-26) diff --git a/pyproject.toml b/pyproject.toml index ffed8c0..d444359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "factor-pricing-model-risk-model" -version = "2023.6.1" +version = "2023.6.2" 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 c5a46ab..0a7a0a7 100644 --- a/src/fpm_risk_model/__init__.py +++ b/src/fpm_risk_model/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2023.6.1" +__version__ = "2023.6.2" # flake8: noqa from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator