Skip to content

Commit 7e48e57

Browse files
authored
release: 0.2.9 (#85)
1 parent 0d5a930 commit 7e48e57

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.9
4+
5+
- fix: remove six dependency (#84) [Daniel Vaz Gaspar]
6+
37
### 0.2.8
48

59
- fix: remove show tables column retrieval index based (#81) [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.8"
6+
VERSION = "0.2.9"
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)