From 9a7f04c07cd4c45c974aa77f8d2d31ddaaccb453 Mon Sep 17 00:00:00 2001 From: John S Bogaardt Date: Tue, 8 Mar 2022 05:38:03 -0700 Subject: [PATCH] bump bersion --- chainladder/__init__.py | 2 +- docs/library/releases.md | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chainladder/__init__.py b/chainladder/__init__.py index 43985ea9..df75fafd 100644 --- a/chainladder/__init__.py +++ b/chainladder/__init__.py @@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True): from chainladder.methods import * # noqa (API Import) from chainladder.workflow import * # noqa (API Import) -__version__ = "0.8.11" +__version__ = "0.8.12" diff --git a/docs/library/releases.md b/docs/library/releases.md index e2b69664..5a3e99e6 100644 --- a/docs/library/releases.md +++ b/docs/library/releases.md @@ -1,8 +1,8 @@ # Releases ## Version 0.8 -### Version 0.8.11 -Release Date: Mar 7, 2022 +### Version 0.8.12 +Release Date: Mar 8, 2022 ### Bug Fixes: * [\#254](https://github.com/casact/chainladder-python/issues/254) Fixed an undesired mutation when using cl.concat diff --git a/setup.py b/setup.py index 69b727c3..d36b39c6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ descr = "Chainladder Package - P&C Loss Reserving package " name = 'chainladder' url = 'https://github.com/casact/chainladder-python' -version='0.8.11' # Put this in __init__.py +version='0.8.12' # Put this in __init__.py data_path = '' setup(