From aa14c51fb8070f5117520d2fae4f1cea744677d3 Mon Sep 17 00:00:00 2001 From: Manuel Schmidt Date: Mon, 26 Apr 2021 13:33:40 +0200 Subject: [PATCH] Updated package to V1.2.0 --- setup.py | 2 +- xbrl_parser/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 13ad098..3e73dc1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(filename): setup( name="py-xbrl", - version="1.1.4", + version="1.2.0", url="https://github.com/manusimidt/xbrl_parser", license='GNU General Public License v3 (GPLv3)', author="Manuel Schmidt", diff --git a/xbrl_parser/__init__.py b/xbrl_parser/__init__.py index 1c77c4d..30289dc 100644 --- a/xbrl_parser/__init__.py +++ b/xbrl_parser/__init__.py @@ -65,7 +65,7 @@ class ContextParseException(InstanceParseException): pass -__version__ = '1.1.4' +__version__ = '1.2.0' __author__ = 'Manuel Schmidt ' __all__ = [ XbrlParseException,