Skip to content

Commit

Permalink
Bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswilliamsastro committed Jan 4, 2024
1 parent 8551d31 commit 1ce0428
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.3 (Unreleased)
1.0.4 (2024-01-04)
==================

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

1.0.2 (2023-12-01)
==================
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Docs](https://readthedocs.org/projects/pjpipe/badge/?version=latest&style=flat-square)](https://pjpipe.readthedocs.io/en/latest/)
[![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)
[![License](https://img.shields.io/badge/license-GNUv3-blue.svg?label=License&style=flat-square)](LICENSE)
[![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)

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

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
project = 'pjpipe'
copyright = '2023, PHANGS Team'
author = 'PHANGS Team'
release = '1.0.2'
version = '1.0.2'
release = '1.0.4'
version = '1.0.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 2 additions & 0 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ PJPipe
.. image:: https://readthedocs.org/projects/pjpipe/badge/?version=latest&style=flat-square
:target: https://pjpipe.readthedocs.io/en/latest/
.. image:: https://img.shields.io/badge/license-GNUv3-blue.svg?label=License&style=flat-square
.. image:: https://img.shields.io/badge/DOI-10.5281%20%2F%20zenodo.10458747-blue.svg?style=flat-square
:target: https://zenodo.org/doi/10.5281/zenodo.10458746

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "pjpipe"
version = "1.0.2"
version = "1.0.4"
description = "JWST Pipeline Wrapper for Nearby Galaxies"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 1ce0428

Please sign in to comment.