Skip to content

Commit 7445c86

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2023.7.1
Automatically generated by python-semantic-release
1 parent a40ee5c commit 7445c86

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All noteable changes to this project will be documented in this file.
44

55
<!--next-version-placeholder-->
66

7+
## v2023.7.1 (2023-09-26)
8+
9+
### Feature
10+
11+
* Support setting the backend engine with environment variable ([`a40ee5c`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/a40ee5cc42b3349fc96052d28568d01f666b313e))
12+
713
## v2023.7.0 (2023-09-26)
814

915
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "factor-pricing-model-risk-model"
3-
version = "2023.7.0"
3+
version = "2023.7.1"
44
description = "Package to build risk models for factor pricing model"
55
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
66
license = "MIT"

src/fpm_risk_model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2023.7.0"
1+
__version__ = "2023.7.1"
22

33
# flake8: noqa
44
from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator

0 commit comments

Comments
 (0)