We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3977a commit 6b0c295Copy full SHA for 6b0c295
CHANGELOG.md
@@ -4,6 +4,9 @@ All noteable changes to this project will be documented in this file.
4
5
<!--next-version-placeholder-->
6
7
+## v2022.1.5 (2022-11-22)
8
+
9
10
## v2022.1.4 (2022-11-22)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "factor-pricing-model-universe"
3
-version = "2022.1.4"
+version = "2022.1.5"
description = "Package to build universes for factor pricing model"
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
license = "MIT"
src/fpm_universe/__init__.py
@@ -1 +1 @@
-__version__ = "2022.1.4"
+__version__ = "2022.1.5"
0 commit comments