Skip to content

Commit

Permalink
Merge pull request #371 from econ-ark/prep-release-0.10.1.dev3
Browse files Browse the repository at this point in the history
Prepare release 0.10.1.dev3
  • Loading branch information
shaunagm authored Jul 23, 2019
2 parents 42b33ac + ba0eb1d commit df8c14f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HARK
Version 0.10.1.dev2
Version 0.10.1.dev3
Release Notes

# Introduction
Expand All @@ -10,6 +10,13 @@ For more information on HARK, see [our Github organization](https://github.com/e

## Changes

### 0.10.1.dev3

Release Date: 07-23-2019

#### Minor Changes
- Missed pre-solve fix (see [#363](https://github.com/econ-ark/HARK/pull/363) for more context). ([#367](https://github.com/econ-ark/HARK/pull/367))

### 0.10.1.dev2

Release Date: 07-22-2019
Expand Down
2 changes: 1 addition & 1 deletion HARK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import
from .core import *

__version__ = '0.10.1.dev2'
__version__ = '0.10.1.dev3'

from .BayerLuetticke import *
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Heterogeneous Agents Resources and toolKit (HARK)
pre-release 0.10.1.dev2
pre-release 0.10.1.dev3

Click the Badge for Citation Info.
[![DOI](https://zenodo.org/badge/50448254.svg)](https://zenodo.org/badge/latestdoi/50448254)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.10.1.dev2', # Required
version='0.10.1.dev3', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit df8c14f

Please sign in to comment.