diff --git a/CHANGELOG.md b/CHANGELOG.md index 5868ac039..dee19b0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [RDMO 2.0.0](https://github.com/rdmorganiser/rdmo/compare/2.0.0...2.0.1) (Oct 9, 2023) +## [RDMO 2.0.1](https://github.com/rdmorganiser/rdmo/compare/2.0.0...2.0.1) (Oct 9, 2023) * Fix question set and questions ordering on page * Fix removal of question sets in interview diff --git a/rdmo/__init__.py b/rdmo/__init__.py index 04af162bb..00f3811c8 100644 --- a/rdmo/__init__.py +++ b/rdmo/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '2.0.0' +VERSION = __version__ = "2.0.1"