Skip to content

Commit 742f590

Browse files
authored
release: 0.2.8 (#82)
1 parent ba15a2e commit 742f590

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### 0.2.8
4+
5+
- fix: remove show tables column retrieval index based (#81) [Daniel Vaz Gaspar]
6+
37
### 0.2.7
48

59
- fix: unpin packaging dependency (#77) [Daniel Vaz Gaspar]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
VERSION = "0.2.7"
6+
VERSION = "0.2.8"
77
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
88

99
with io.open("README.md", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)