From 891eab2f675ef93a6194e51615b8bf47c7ed58f5 Mon Sep 17 00:00:00 2001 From: Piotr Kaminski Date: Thu, 26 Aug 2021 13:54:50 -0700 Subject: [PATCH 1/2] B4077081529: Fix Period.ToPeriodIdentifierString() --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1477884..bf5cc48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ background = static/dmg_background.png bitmap = static/wininst_background.bmp [ah_bootstrap] -auto_use = True +auto_use = False [pep8] # E101 - mix of tabs and spaces From b774209d5f8d33277dadeb7c07921f9a1c651917 Mon Sep 17 00:00:00 2001 From: Piotr Kaminski Date: Thu, 26 Aug 2021 13:56:59 -0700 Subject: [PATCH 2/2] B4077081529: Fix CondensedIncomeStatementToReportDToAdapter Column periods were not correct --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cf0dce..ff56aa8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ import builtins else: import __builtin__ as builtins -builtins._ASTROPY_SETUP_ = True +builtins._ASTROPY_SETUP_ = False import astropy from astropy_helpers.setup_helpers import (