Skip to content

Commit

Permalink
2023.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Factor Pricing Model committed Aug 14, 2023
1 parent dd0d8a8 commit a05ce21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All noteable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## 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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <factor.pricing.model@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fpm_risk_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2023.6.1"
__version__ = "2023.6.2"

# flake8: noqa
from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator
Expand Down

0 comments on commit a05ce21

Please sign in to comment.