diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 590e2bf6..0a67b577 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,10 @@ CHANGELOG ********* -`v1.3.3`_ (2019-12-xx) +`v1.3.3`_ (2019-12-17) ====================== * Fix 'attribute' multi-role token (axis and kind test) +* Fixes for issues #13 and #14 `v1.3.2`_ (2019-12-10) ====================== diff --git a/elementpath/xpath_context.py b/elementpath/xpath_context.py index 18f9a368..02f6217e 100644 --- a/elementpath/xpath_context.py +++ b/elementpath/xpath_context.py @@ -121,7 +121,7 @@ def get_path(self, item): elif isinstance(item, TypedAttribute): path.append('@%s' % item[0][0]) item = self._elem - elif isinstance(item, TypedElement): + if isinstance(item, TypedElement): item = item[0] while True: diff --git a/publiccode.yml b/publiccode.yml index b621c54c..b6753ec8 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -6,7 +6,7 @@ publiccodeYmlVersion: '0.2' name: elementpath url: 'https://github.com/sissaschool/elementpath' landingURL: 'https://github.com/sissaschool/elementpath' -releaseDate: '2019-12-xx' +releaseDate: '2019-12-17' softwareVersion: v1.3.3 developmentStatus: stable platforms: