Skip to content

Commit 649d8c6

Browse files
authored
Merge pull request #1391 from econ-ark/v014p1prep
Adjustments for 0.14.1 minor release
2 parents c3d6225 + ca03869 commit 649d8c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ For more information on HARK, see [our Github organization](https://github.com/e
88

99
## Changes
1010

11-
### 0.14.1 (IN DEVELOPMENT)
11+
### 0.14.1
1212

13-
Release date: ???
13+
Release date: February 28, 2024
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.14.0"
3+
__version__ = "0.14.1"
44

55
"""
66
Logging tools for HARK.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "econ-ark"
7-
version = "0.14.0"
7+
version = "0.14.1"
88
authors = [{name = "Econ-ARK team", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)