From a6047615f537625e54cee0b04666cad6c736db88 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin Date: Fri, 19 Mar 2021 13:27:15 +0000 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 7 ++++++- psrqpy/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e33f09..d67d352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Notable changes between versions +## [1.1.1] 2021-03-19 + +- Add function to download and parse the galactic MSP table. See [#80](https://github.com/mattpitkin/psrqpy/pull/80). +- Add functions to calculate derived gravitational wave parameters. See [#79](https://github.com/mattpitkin/psrqpy/pull/79). + ## [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) +- 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 diff --git a/psrqpy/__init__.py b/psrqpy/__init__.py index a354148..0226d4b 100644 --- a/psrqpy/__init__.py +++ b/psrqpy/__init__.py @@ -7,7 +7,7 @@ from .pulsar import Pulsar, Pulsars from .utils import * -__version__ = "1.1.0" +__version__ = "1.1.1" __citation__ = """@article{psrqpy, author = {{Pitkin}, M.},