From c79ded2222be046b5771975149bb1de7ad933732 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Fri, 26 Jul 2024 10:07:50 -0400 Subject: [PATCH] update changelog, bump version --- CHANGELOG.md | 6 ++++++ ogusa/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84791ccb..2f40815d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.11] - 2024-07-26 12:00:00 + +### Added + +- Adds a module to update Tax-Calculator growth factors using OG-USA simualtions. + ## [0.1.10] - 2024-06-10 12:00:00 diff --git a/ogusa/__init__.py b/ogusa/__init__.py index bf366028..d2544ef2 100644 --- a/ogusa/__init__.py +++ b/ogusa/__init__.py @@ -11,4 +11,4 @@ from ogusa.utils import * from ogusa.wealth import * -__version__ = "0.1.10" +__version__ = "0.1.11" diff --git a/setup.py b/setup.py index 844e718b..1a94206e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogusa", - version="0.1.10", + version="0.1.11", author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="USA calibration for OG-Core",