From 72659cc71da622476a982f3f38d67cd02033998a Mon Sep 17 00:00:00 2001 From: Peter Briggs Date: Fri, 1 Jul 2022 15:48:22 +0100 Subject: [PATCH] Bump version to 0.6.5 and update CHANGELOG. --- CHANGELOG.rst | 11 +++++++++++ pegs/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c3814b..3c44550 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Version History and Changes =========================== +-------------------------- +Version 0.6.5 (2022-07-01) +-------------------------- + +* Always use the ``Agg`` ``matplotlib`` backend (to + avoid problems with systems where ``DISPLAY`` + environment variable is set but no graphical + display is available. +* Update documentation for ``mk_pegs_intervals`` to + clarify how to obtain suitable input files. + -------------------------- Version 0.6.4 (2021-11-08) -------------------------- diff --git a/pegs/__init__.py b/pegs/__init__.py index ddee36b..3171ebc 100644 --- a/pegs/__init__.py +++ b/pegs/__init__.py @@ -1,5 +1,5 @@ # Current version of the package -__version__ = '0.6.4' +__version__ = '0.6.5' def get_version(): """Returns a string with the current version of the package (e.g., "0.2.0")