From 58f11e94738e847c16e673b3da319f3aaa477fcf Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Fri, 19 May 2023 11:23:42 +0100 Subject: [PATCH] Fix allowance for 2023/24 (#386) --- cgt_calc/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgt_calc/const.py b/cgt_calc/const.py index e96f92ad..d4b72f9b 100644 --- a/cgt_calc/const.py +++ b/cgt_calc/const.py @@ -16,7 +16,7 @@ 2020: 12300, 2021: 12300, 2022: 12300, - 2023: 12300, + 2023: 6000, } DEFAULT_REPORT_PATH: Final = "calculations.pdf"