From 1ac9b000a2f689490f844daeb4e419541a0db0bb Mon Sep 17 00:00:00 2001 From: Jarron Leisenring Date: Thu, 19 Sep 2024 13:05:12 -0700 Subject: [PATCH] history syntax error --- HISTORY.rst | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 192a7ec..4a7891a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,12 +2,12 @@ Revision History ================ v1.3.0 (Sept 19, 2024) ---------------------- +---------------------- - Bump to version 1.3.0 to attempt to fix PyPI upload issue v1.2.2 (Sept 19, 2024) ---------------------- +---------------------- - Bug fix in charge migration to check to break out if no saturated pixels - Correctly crop stellar PSF in ``obs_hci`` class while generating slope image diff --git a/setup.py b/setup.py index 888b389..c15a053 100755 --- a/setup.py +++ b/setup.py @@ -108,6 +108,7 @@ description="JWST NIRCam ETC and Simulator", long_description=readme + '\n\n' + history, + long_description_content_type='text/x-rst', # The project's main homepage. #url='https://github.com/JarronL/pynrc',