Skip to content

Commit

Permalink
2023.6.4
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 19, 2023
1 parent 6676fef commit 2a0e8f2
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.4 (2023-08-19)

### Fix

* Revert forcing numpy array conversion ([`6676fef`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/6676fefc7842e41c10ca735afccc241fad0d1d6e))

## v2023.6.3 (2023-08-17)

### Fix
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.3"
version = "2023.6.4"
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.3"
__version__ = "2023.6.4"

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

0 comments on commit 2a0e8f2

Please sign in to comment.