Skip to content

Commit 0714bf4

Browse files
authored
Sb 0.10.8 release (#861)
* changlog 0.10.8 release date * update version to 0.10.8
1 parent 866f78e commit 0714bf4

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
@@ -10,7 +10,7 @@ For more information on HARK, see [our Github organization](https://github.com/e
1010

1111
### 0.10.8
1212

13-
Release Data: TBD
13+
Release Data: Nov. 05 2020
1414

1515
#### Major Changes
1616

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.10.7"
3+
__version__ = "0.10.8"
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.10.7
3+
version = 0.10.8
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)