We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba15a2e commit 742f590Copy full SHA for 742f590
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change log
2
3
+### 0.2.8
4
+
5
+- fix: remove show tables column retrieval index based (#81) [Daniel Vaz Gaspar]
6
7
### 0.2.7
8
9
- fix: unpin packaging dependency (#77) [Daniel Vaz Gaspar]
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.7"
+VERSION = "0.2.8"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with io.open("README.md", "r", encoding="utf-8") as f:
0 commit comments