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 f6a4f54 commit 7989ecaCopy full SHA for 7989eca
setup.py
@@ -15,7 +15,7 @@ def read(filename):
15
16
setup(
17
name="py-xbrl",
18
- version="2.2.9",
+ version="2.2.10",
19
url="https://github.com/manusimidt/xbrl_parser",
20
license='GNU General Public License v3 (GPLv3)',
21
author="Manuel Schmidt",
xbrl/__init__.py
@@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException):
76
pass
77
78
79
-__version__ = '2.2.9'
+__version__ = '2.2.10'
80
__author__ = 'Manuel Schmidt <hello@schmidt-manuel.de>'
81
__all__ = [
82
XbrlParseException,
0 commit comments