Skip to content

Commit a2b6917

Browse files
authored
Merge pull request #1090 from sbenthall/master
HARK 0.12.0 release commit
2 parents d0dfd91 + 0f1f4d0 commit a2b6917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PR: [#832](https://github.com/econ-ark/HARK/pull/832). See [this forthcoming REM
4242
* Fix mathematical limits of model example in `example_ConsPortfolioModel.ipynb` [#1047](https://github.com/econ-ark/HARK/pull/1047)
4343
* Update `ConsGenIncProcessModel.py` to use `calc_expectation` method [#1072](https://github.com/econ-ark/HARK/pull/1072)
4444
* Fix bug in `calc_normal_style_pars_from_lognormal_pars` due to math error. [#1076](https://github.com/econ-ark/HARK/pull/1076)
45-
* Fix bug in `distribute_params` so that `AgentCount` parameter is updated.
45+
* Fix bug in `distribute_params` so that `AgentCount` parameter is updated. [#1089](https://github.com/econ-ark/HARK/pull/1089)
4646

4747
### 0.11.0
4848

HARK/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .core import *
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.12.0"
44

55
"""
66
Logging tools for HARK.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = econ-ark
3-
version = 0.11.0
3+
version = 0.12.0
44
url = https://github.com/econ-ark/HARK
55
project_urls =
66
Bug Reports = https://github.com/econ-ark/HARK/issues

0 commit comments

Comments
 (0)