Skip to content

Commit 556ae13

Browse files
Merge pull request #61 from PhangsTeam/v1p1
Update to v1.1
2 parents b59226b + 64ab8a6 commit 556ae13

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.1 (Unreleased)
2-
================
1+
1.1.0 (2024-03-04)
2+
==================
33

44
- If science lv1 data already exists, just copy it over for background data to save processing time
55
- Include BMAJ in ``psf_matching_step``

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authors:
2323
given-names: "Adam"
2424
orcid: "https://orcid.org/0000-0002-2545-1700"
2525
title: "PJPipe"
26-
version: 1.0.4
27-
date-released: 2024-01-17
26+
version: 1.1.0
27+
date-released: 2024-03-04
2828
doi: 10.5281/zenodo.10458746
2929
url: "https://github.com/PhangsTeam/pjpipe"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
project = 'pjpipe'
2020
copyright = '2023, PHANGS Team'
2121
author = 'PHANGS Team'
22-
release = '1.0.4'
23-
version = '1.0.4'
22+
release = '1.1.0'
23+
version = '1.1.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "pjpipe"
4-
version = "1.0.4"
4+
version = "1.1.0"
55
description = "JWST Pipeline Wrapper for Nearby Galaxies"
66
readme = "README.md"
77
requires-python = ">=3.9"

0 commit comments

Comments
 (0)