From a365fdfaa5a057f0ef19385c5e2f3334e508edbe Mon Sep 17 00:00:00 2001 From: Matthew Pitkin Date: Thu, 18 Mar 2021 11:30:07 +0000 Subject: [PATCH] Bump version number --- .github/workflows/pypi.yml | 2 +- CHANGELOG.md | 7 +++++++ psrqpy/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index bbac6cb..4c46b25 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -27,7 +27,7 @@ jobs: - name: Build sdist and wheel run: | python -m pip install wheel check-wheel-contents - python setup.py sdist bdist_wheel + python setup.py sdist bdist_wheel --universal check-wheel-contents dist/*.whl - uses: actions/upload-artifact@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8675e..2e33f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Notable changes between versions +## [1.1.0] 2021-03-18 + +The major change for this release is that it no longer supports Python 2.7, and only supports Python versions +greater than 3.5. + +- Add a function to download and parse the [globular cluster pulsar](http://www.naic.edu/~pfreire/GCpsr.html) table. See [#77](https://github.com/mattpitkin/psrqpy/pull/77) + ## [1.0.11] 2020-10-19 - Allow `psrqpy` query to work using ATNF catalogue v1.64, which contains a position typo. See [#74](https://github.com/mattpitkin/psrqpy/pull/74). diff --git a/psrqpy/__init__.py b/psrqpy/__init__.py index 334d660..a354148 100644 --- a/psrqpy/__init__.py +++ b/psrqpy/__init__.py @@ -7,7 +7,7 @@ from .pulsar import Pulsar, Pulsars from .utils import * -__version__ = "1.0.11" +__version__ = "1.1.0" __citation__ = """@article{psrqpy, author = {{Pitkin}, M.},