eric6/ThirdParty/EditorConfig/editorconfig/__init__.py

changeset 7981
89e8d8d8a9b5
parent 6996
7d5a103bdb76
--- a/eric6/ThirdParty/EditorConfig/editorconfig/__init__.py	Thu Jan 14 17:58:40 2021 +0100
+++ b/eric6/ThirdParty/EditorConfig/editorconfig/__init__.py	Thu Jan 14 18:01:59 2021 +0100
@@ -1,8 +1,7 @@
 """EditorConfig Python Core"""
 
 from editorconfig.versiontools import join_version
-
-VERSION = (0, 12, 2, "final")
+from editorconfig.version import VERSION
 
 __all__ = ['get_properties', 'EditorConfigError', 'exceptions']
 

eric ide

mercurial