We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdee0dc + 9a828cd commit ea300f6Copy full SHA for ea300f6
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+Version 2.6.1
5
+-------------
6
+
7
+1. Fix test_remove_template_defaults when tested on macos 13
8
9
+2. Fix some test compilation with c++14/17
10
11
Version 2.6.0
12
-------------
13
pyproject.toml
@@ -18,7 +18,7 @@ keywords = [
18
"CastXML",
19
"gccxml",
20
]
21
-version = "2.6.0"
+version = "2.6.1"
22
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
0 commit comments