diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1da215..959b5290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changes ======= +Version 2.6.1 +------------- + +1. Fix test_remove_template_defaults when tested on macos 13 + +2. Fix some test compilation with c++14/17 + Version 2.6.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index 3dbe90f2..8abdfac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "CastXML", "gccxml", ] -version = "2.6.0" +version = "2.6.1" classifiers = [ "Development Status :: 5 - Production/Stable",