pyglotaran_extras_version

pyglotaran_extras_version() str[source]

Version of the distribution.

This is basically the same as pyglotaran_extras.__version__ but independent from pyglotaran_extras. This way all of the deprecation functionality can be used even in pyglotaran_extras.__init__.py without moving the import below the definition of __version__ or causing a circular import issue.

Returns:

The version string.

Return type:

str