Skip to content

Commit 3224c18

Browse files
committed
chore: release new version 2022.1.3
1 parent d6358ef commit 3224c18

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

7+
## v2022.1.3 (2022-11-22)
8+
### Documentation
9+
* Update the contributing doc ([`d6358ef`](https://github.com/factorpricingmodel/factor-pricing-model-universe/commit/d6358ef8f1e3cae0d40f2badf564ac404bca21b8))
10+
711
## v2022.1.2 (2022-11-22)
812
### Fix
913
* Make CI work ([`45c0e43`](https://github.com/factorpricingmodel/factor-pricing-model-universe/commit/45c0e43906c3c57873d62d454427f90b841b05c3))

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.2"
3+
version = "2022.1.3"
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.2"
1+
__version__ = "2022.1.3"

0 commit comments

Comments
 (0)