sqlalchemy_imageattach.version — Version data¶sqlalchemy_imageattach.version.SQLA_COMPAT_VERSION = '0.8.0'¶(str) The minimum compatible SQLAlchemy version string
e.g. '0.8.0'.
New in version 1.0.0.
sqlalchemy_imageattach.version.SQLA_COMPAT_VERSION_INFO = (0, 8, 0)¶(tuple) The triple of minimum compatible SQLAlchemy version
e.g. (0, 8, 0).
New in version 1.0.0.
sqlalchemy_imageattach.version.VERSION_INFO = (1, 0, 0)¶(tuple) The triple of version numbers e.g. (1, 2, 3).