Skip to content

Commit

Permalink
Update model version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Sep 3, 2021
1 parent fd46bd5 commit a06a913
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
CADLabs Ethereum Economic Model
"""
__version__ = "1.1.3"
__version__ = "1.1.4"

from radcad import Model

Expand Down

0 comments on commit a06a913

Please sign in to comment.