Scour v0.38.2

This commit is contained in:
Patrick Storz 2020-11-22 15:05:13 +01:00
parent b8a071f995
commit 04bf3d79a0
2 changed files with 4 additions and 1 deletions

View file

@ -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))

View file

@ -16,4 +16,4 @@
#
###############################################################################
__version__ = u'0.38.1'
__version__ = u'0.38.2'