From 0f1f4d0a56758a83217e2d3cfd37ac862365d271 Mon Sep 17 00:00:00 2001 From: Sebastian Benthall Date: Tue, 14 Dec 2021 10:27:12 -0500 Subject: [PATCH] HARK 0.12.0 release commit --- Documentation/CHANGELOG.md | 2 +- HARK/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index bcb5ee340..785ae730d 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -42,7 +42,7 @@ PR: [#832](https://github.com/econ-ark/HARK/pull/832). See [this forthcoming REM * Fix mathematical limits of model example in `example_ConsPortfolioModel.ipynb` [#1047](https://github.com/econ-ark/HARK/pull/1047) * Update `ConsGenIncProcessModel.py` to use `calc_expectation` method [#1072](https://github.com/econ-ark/HARK/pull/1072) * Fix bug in `calc_normal_style_pars_from_lognormal_pars` due to math error. [#1076](https://github.com/econ-ark/HARK/pull/1076) -* Fix bug in `distribute_params` so that `AgentCount` parameter is updated. +* Fix bug in `distribute_params` so that `AgentCount` parameter is updated. [#1089](https://github.com/econ-ark/HARK/pull/1089) ### 0.11.0 diff --git a/HARK/__init__.py b/HARK/__init__.py index 9d31e4fe9..982b87fc1 100644 --- a/HARK/__init__.py +++ b/HARK/__init__.py @@ -1,6 +1,6 @@ from .core import * -__version__ = "0.11.0" +__version__ = "0.12.0" """ Logging tools for HARK. diff --git a/setup.cfg b/setup.cfg index 3ff6aa890..3c6974608 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = econ-ark -version = 0.11.0 +version = 0.12.0 url = https://github.com/econ-ark/HARK project_urls = Bug Reports = https://github.com/econ-ark/HARK/issues