diff --git a/CHANGELOG.md b/CHANGELOG.md index afe72a4..c438b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.4] - 2021-09-03 +### Changed +- Various minor tweaks for cadCAD Edu, cadCAD Masterclass: Ethereum Validator Economics + ## [1.1.3] - 2021-08-30 ### Changed - Update radCAD from v0.8.2 to v0.8.3 diff --git a/README.md b/README.md index fcfa52c..fbbbd9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A modular dynamical-systems model of Ethereum's validator economics, based on the open-source Python library [radCAD](https://github.com/CADLabs/radCAD), an extension to [cadCAD](https://cadcad.org). -* Latest model release version: [Masterclass / v1.1.3](https://github.com/CADLabs/ethereum-economic-model/releases/tag/v1.1.3) +* Latest model release version: [Masterclass / v1.1.4](https://github.com/CADLabs/ethereum-economic-model/releases/tag/v1.1.4) * Implements the official Ethereum [Altair](https://github.com/ethereum/eth2.0-specs#altair) spec updates in the [Blue Loop / v1.1.0-alpha.7](https://github.com/ethereum/eth2.0-specs/releases/tag/v1.1.0-alpha.7) release ## Table of Contents @@ -97,7 +97,7 @@ The [Differential Model Specification](https://hackmd.io/@CADLabs/HyENPQ36u) dep ## Environment Setup 1. Clone or download the Git repository: `git clone https://github.com/CADLabs/ethereum-model` or using GitHub Desktop -2. If completing the cadCAD Edu Masterclass MOOC, find and check out the latest ["Masterclass 🎓" release version](https://github.com/CADLabs/ethereum-economic-model/releases): e.g. `git checkout v.1.1.3` +2. If completing the cadCAD Edu Masterclass MOOC, find and check out the latest ["Masterclass 🎓" release version](https://github.com/CADLabs/ethereum-economic-model/releases): e.g. `git checkout v.1.1.4` 3. Set up your development environment using one of the following three options: ### Option 1: Anaconda Development Environment diff --git a/model/__init__.py b/model/__init__.py index ac7142f..de091a8 100644 --- a/model/__init__.py +++ b/model/__init__.py @@ -1,7 +1,7 @@ """ CADLabs Ethereum Economic Model """ -__version__ = "1.1.3" +__version__ = "1.1.4" from radcad import Model