Skip to content

Commit 1ce0428

Browse files
author
Thomas WIlliams
committed
Bump to 1.0.4
1 parent 8551d31 commit 1ce0428

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.0.3 (Unreleased)
1+
1.0.4 (2024-01-04)
22
==================
33

44
- Fix del in ``get_wcs_adjust`` if we skip alignment
@@ -8,6 +8,7 @@
88
- Fix "too many plots open" warning in ``anchoring_step``
99
- Include useful pjpipe version info in files
1010
- Save anchoring background in metadata properly in ``anchoring_step``
11+
- Add Zenodo badge
1112

1213
1.0.2 (2023-12-01)
1314
==================

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Docs](https://readthedocs.org/projects/pjpipe/badge/?version=latest&style=flat-square)](https://pjpipe.readthedocs.io/en/latest/)
66
[![Actions](https://img.shields.io/github/actions/workflow/status/phangsTeam/pjpipe/build_test.yaml?branch=main&style=flat-square)](https://github.com/phangsTeam/pjpipe/actions)
77
[![License](https://img.shields.io/badge/license-GNUv3-blue.svg?label=License&style=flat-square)](LICENSE)
8+
[![DOI](https://img.shields.io/badge/DOI-10.5281%20%2F%20zenodo.10458747-blue.svg?style=flat-square)](https://zenodo.org/doi/10.5281/zenodo.10458746)
89

910
![](docs/images/pjpipe_logo.jpg)
1011

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.2'
23-
version = '1.0.2'
22+
release = '1.0.4'
23+
version = '1.0.4'
2424

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

docs/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ PJPipe
1111
.. image:: https://readthedocs.org/projects/pjpipe/badge/?version=latest&style=flat-square
1212
:target: https://pjpipe.readthedocs.io/en/latest/
1313
.. image:: https://img.shields.io/badge/license-GNUv3-blue.svg?label=License&style=flat-square
14+
.. image:: https://img.shields.io/badge/DOI-10.5281%20%2F%20zenodo.10458747-blue.svg?style=flat-square
15+
:target: https://zenodo.org/doi/10.5281/zenodo.10458746
1416

1517
**Note that this pipeline requires Python 3.9 or above**
1618

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.2"
4+
version = "1.0.4"
55
description = "JWST Pipeline Wrapper for Nearby Galaxies"
66
readme = "README.md"
77
requires-python = ">=3.9"

0 commit comments

Comments
 (0)