File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66[ ![ codecov] ( https://codecov.io/gh/passren/PyMongoSQL/branch/main/graph/badge.svg?token=2CTRL80NP2 )] ( https://codecov.io/gh/passren/PyMongoSQL )
77[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-purple.svg )] ( https://github.com/passren/PyMongoSQL/blob/0.1.2/LICENSE )
88[ ![ Python Version] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://www.python.org/downloads/ )
9+ [ ![ Downloads] ( https://static.pepy.tech/badge/pymongosql/month )] ( https://pepy.tech/projects/pymongosql )
910[ ![ MongoDB] ( https://img.shields.io/badge/MongoDB-7.0+-green.svg )] ( https://www.mongodb.com/ )
1011[ ![ SQLAlchemy] ( https://img.shields.io/badge/SQLAlchemy-1.4+_2.0+-darkgreen.svg )] ( https://www.sqlalchemy.org/ )
1112[ ![ Superset] ( https://img.shields.io/badge/Apache_Superset-1.0+-blue.svg )] ( https://superset.apache.org/docs/6.0.0/configuration/databases )
Original file line number Diff line number Diff line change 66if TYPE_CHECKING :
77 from .connection import Connection
88
9- __version__ : str = "0.3.4 "
9+ __version__ : str = "0.4.0 "
1010
1111# Globals https://www.python.org/dev/peps/pep-0249/#globals
1212apilevel : str = "2.0"
You can’t perform that action at this time.
0 commit comments