From 04bf3d79a0db6b60cf9e226a8cdb96fc216cd71f Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 22 Nov 2020 15:05:13 +0100 Subject: [PATCH] Scour v0.38.2 --- HISTORY.md | 3 +++ scour/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7e9ba07..1661d5a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # Release Notes for Scour +## Version 0.38.2 (2020-11-22) +* Fix another regression caused by new feature to merge sibling groups ([#260](https://github.com/scour-project/scour/issues/260)) + ## Version 0.38.1 (2020-09-02) * Fix regression caused by new feature to merge sibling groups ([#260](https://github.com/scour-project/scour/issues/260)) diff --git a/scour/__init__.py b/scour/__init__.py index bf043c3..591803a 100644 --- a/scour/__init__.py +++ b/scour/__init__.py @@ -16,4 +16,4 @@ # ############################################################################### -__version__ = u'0.38.1' +__version__ = u'0.38.2'