We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a56e3 commit d2e12c8Copy full SHA for d2e12c8
CHANGELOG.md
@@ -1,9 +1,12 @@
1
Changes
2
=======
3
4
-Version 2.0.0 (unreleased)
+Version 2.1.0 (unreleased)
5
--------------------------
6
7
+Version 2.0.0
8
+-------------
9
+
10
1. Drop support for ```GCC-XML```.
11
12
* Drop all the demangled name attributes
pygccxml/__init__.py
@@ -41,4 +41,4 @@
41
# TODO:
42
# 1. Add "explicit" property for constructors
43
44
-__version__ = '1.9.1'
+__version__ = '2.0.0'
0 commit comments