Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 3956c0b

Browse files
authored
Merge pull request #179 from mtxr/release_v0.9.9
Release v0.9.9
2 parents ad8d653 + 1195a38 commit 3956c0b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.8
2+
current_version = 0.9.9
33
files = SQLTools.py
44
tag = True
55
commit = True

SQLTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v0.9.8"
1+
__version__ = "v0.9.9"
22

33
import sys
44
import os

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"0.9.5": "messages/v0.9.5.md",
1414
"0.9.6": "messages/v0.9.6.md",
1515
"0.9.7": "messages/v0.9.7.md",
16-
"0.9.8": "messages/v0.9.8.md"
16+
"0.9.8": "messages/v0.9.8.md",
17+
"0.9.9": "messages/v0.9.9.md"
1718
}

messages/v0.9.9.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.9.9 Notes
2+
3+
### Improvements
4+
5+
* Use `utf-8` encoding if Connection `encoding` is not a valid python encoding
6+
7+
8+
### Fixes
9+
10+
* Exception when Connection `encoding` is set to null [#177]

0 commit comments

Comments
 (0)