diff --git a/docs/versions_and_releases.md b/docs/versions_and_releases.md index 53069e2..ff1253d 100644 --- a/docs/versions_and_releases.md +++ b/docs/versions_and_releases.md @@ -2,7 +2,7 @@ This section of the documentation will provide meta information and track the history on the code and file versions. -In a list of versions, the latest will be at the top and the oldest at the bottom. +In a list of versions, the latest will be at the top and the oldest at the bottom. To find different versions of the code on Github, a user can either use the usual `git` commands and checkout the version commits or they can download them directly from the [Releases page](https://github.com/foxsi/response-tools/releases). Files will be arranged by code version and component type. The same structure as the `response_tools.contextResponseInfo` dictionary will be used. @@ -13,6 +13,10 @@ import response_tools print(response_tools.__version__) ``` +## Version `1.0.2` + +[30 Oct. 2025] CdTe detector response files now share the same filename format across different versions and are now all supported in the codebase. + ## Version `1.0.1` [27 Oct. 2025] Updates the CdTe detector responses. Since an energy gain offset has been observed, analysis should be performed primarily on the Pt-side only. diff --git a/setup.py b/setup.py index 98c5323..bf32b06 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="response_tools", - version="1.0.1", + version="1.0.2", description="Software used for the FOXSI response files.", url="https://github.com/foxsi/response-tools", install_requires=[