Skip to content

Commit

Permalink
Updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 5, 2024
1 parent 4326b4b commit 6d11bcc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [0.13.0] - 2024-09-05 12:00:00

### Added

- Added remittances to theory and code
- Added 5 new remittance parameters to `default_parameters.json`
- Changed all instances of "p_t Y_t" in the documentation to just "Y_t"
- Added "Transfers to households" section in `households.md`
- Added pensions to household budget constraint
- Rewrote household budget constraint in terms of individual variables

## [0.12.0] - 2024-08-20 12:00:00

### Added
Expand Down
2 changes: 1 addition & 1 deletion ogcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from ogcore.txfunc import *
from ogcore.utils import *

__version__ = "0.12.0"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ogcore",
version="0.12.0",
version="0.13.0",
author="Jason DeBacker and Richard W. Evans",
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
description="A general equilibrium overlapping generations model for fiscal policy analysis",
Expand Down

0 comments on commit 6d11bcc

Please sign in to comment.