Closed mesmacosta closed 3 years ago
- What I did Bump RDBMS commons version 0.12.1 -> 0.12.2 to publish to PyPI.
0.12.1
0.12.2
This version bump is to publish the fix #73 for MySQL, the MySQL connector considers the following version of the RDBMS commons:
install_requires=('mysql-connector-python', 'google-datacatalog-rdbms-connector>=0.12.0<0.13.0'),
So no need to also bump the MySQL connector version.
Published at: https://pypi.org/project/google-datacatalog-rdbms-connector/0.12.2/
- What I did Bump RDBMS commons version
0.12.1
->0.12.2
to publish to PyPI.This version bump is to publish the fix #73 for MySQL, the MySQL connector considers the following version of the RDBMS commons:
So no need to also bump the MySQL connector version.