diff --git a/CHANGELOG.md b/CHANGELOG.md index 66706f8c..522cf147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.6.15 + +- additional py3.10 compatibility [contributed by @tschoonj] + # Version 0.6.10 ## Fixes diff --git a/cgatcore/version.py b/cgatcore/version.py index 2e77e107..c69cd12f 100644 --- a/cgatcore/version.py +++ b/cgatcore/version.py @@ -1 +1 @@ -__version__ = "0.6.14" +__version__ = "0.6.15"