Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Tax-Brain Release History

## 2026-04-13 Release 2.8.1

Last Merged Pull Request: [#211](https://github.com/PSLmodels/Tax-Brain/pull/211)

* Compatibility with Tax-Calculator > 6.0.0 and new TMD data: [#211](https://github.com/PSLmodels/Tax-Brain/pull/211)

## 2025-12-23 Release 2.8.0

Last Merged Pull Request: [#209](https://github.com/PSLmodels/Tax-Brain/pull/209)
Expand Down
1 change: 0 additions & 1 deletion cs-config/cs_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from datetime import datetime
from taxbrain import TaxBrain


POLICY_SCHEMA = {
"labels": {
"year": {
Expand Down
1 change: 0 additions & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from collections import defaultdict, OrderedDict
from marshmallow import fields


AWS_ACCESS_KEY_ID = os.environ.get("AWS_ACCESS_KEY_ID")
AWS_SECRET_ACCESS_KEY = os.environ.get("AWS_SECRET_ACCESS_KEY")
PUF_S3_FILE_LOCATION = os.environ.get(
Expand Down
1 change: 0 additions & 1 deletion cs-config/cs_config/tests/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from cs_kit import CoreTestFunctions
from cs_config import functions


OK_ADJUSTMENT = {
"policy": {
"STD": [
Expand Down
Loading
Loading