From 64ab8a659e6053051479d3d1c8ffe63182759d72 Mon Sep 17 00:00:00 2001 From: Thomas WIlliams Date: Mon, 4 Mar 2024 08:51:40 +0000 Subject: [PATCH] Update to v1.1 --- CHANGES.rst | 4 ++-- CITATION.cff | 4 ++-- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e4b93d3..d55253f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -1.1 (Unreleased) -================ +1.1.0 (2024-03-04) +================== - If science lv1 data already exists, just copy it over for background data to save processing time - Include BMAJ in ``psf_matching_step`` diff --git a/CITATION.cff b/CITATION.cff index c7af373..eff8b71 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,7 +23,7 @@ authors: given-names: "Adam" orcid: "https://orcid.org/0000-0002-2545-1700" title: "PJPipe" -version: 1.0.4 -date-released: 2024-01-17 +version: 1.1.0 +date-released: 2024-03-04 doi: 10.5281/zenodo.10458746 url: "https://github.com/PhangsTeam/pjpipe" diff --git a/docs/conf.py b/docs/conf.py index 73181c6..0d64e38 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ project = 'pjpipe' copyright = '2023, PHANGS Team' author = 'PHANGS Team' -release = '1.0.4' -version = '1.0.4' +release = '1.1.0' +version = '1.1.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 027f15d..2630e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pjpipe" -version = "1.0.4" +version = "1.1.0" description = "JWST Pipeline Wrapper for Nearby Galaxies" readme = "README.md" requires-python = ">=3.9"