Skip to content

Commit 97bd8ce

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2022.1.8
Automatically generated by python-semantic-release
1 parent 9a9995a commit 97bd8ce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

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

7+
## v2022.1.8 (2022-11-22)
8+
9+
710
## v2022.1.5 (2022-11-22)
811

912

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-universe"
3-
version = "2022.1.7"
3+
version = "2022.1.8"
44
description = "Package to build universes for factor pricing model"
55
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
66
license = "MIT"

src/fpm_universe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2022.1.7"
1+
__version__ = "2022.1.8"

0 commit comments

Comments
 (0)