Skip to content

Commit

Permalink
release: 0.2.9 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 14, 2022
1 parent 0d5a930 commit 7e48e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change log

### 0.2.9

- fix: remove six dependency (#84) [Daniel Vaz Gaspar]

### 0.2.8

- fix: remove show tables column retrieval index based (#81) [Daniel Vaz Gaspar]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

VERSION = "0.2.8"
VERSION = "0.2.9"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

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

0 comments on commit 7e48e57

Please sign in to comment.