From 8cc820215f618c7b96975b78b017f77bd4947529 Mon Sep 17 00:00:00 2001 From: Peter Briggs Date: Mon, 8 Nov 2021 10:02:55 +0000 Subject: [PATCH] Bump version to 0.6.4 and update CHANGELOG. --- CHANGELOG.rst | 8 ++++++++ pegs/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81fbc1f..3c3814b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Version History and Changes =========================== +-------------------------- +Version 0.6.4 (2021-11-08) +-------------------------- + +* Update the citation information following publication + of supporting paper on F1000Research + (https://f1000research.com/articles/10-570/v2) + -------------------------- Version 0.6.3 (2021-10-25) -------------------------- diff --git a/pegs/__init__.py b/pegs/__init__.py index 848f476..ddee36b 100644 --- a/pegs/__init__.py +++ b/pegs/__init__.py @@ -1,5 +1,5 @@ # Current version of the package -__version__ = '0.6.3' +__version__ = '0.6.4' def get_version(): """Returns a string with the current version of the package (e.g., "0.2.0")