Skip to content

Commit

Permalink
Update CHANGELOG for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jul 9, 2024
1 parent 626dadc commit 92f4f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Notable changes between versions

## [1.2.10] 2024-07-09

- Ignore lines starting with `WARNING` in pulsar catalogue database file. See [#139](https://github.com/mattpitkin/psrqpy/pull/139).

## [1.2.9] 2024-04-02

- Update the Galactic MSP table URL. See [#135](https://github.com/mattpitkin/psrqpy/issues/135).
Expand Down

0 comments on commit 92f4f47

Please sign in to comment.