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

Commit

Permalink
Merge pull request #179 from mtxr/release_v0.9.9
Browse files Browse the repository at this point in the history
Release v0.9.9
  • Loading branch information
tkopets authored Jan 18, 2018
2 parents ad8d653 + 1195a38 commit 3956c0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.8
current_version = 0.9.9
files = SQLTools.py
tag = True
commit = True
Expand Down
2 changes: 1 addition & 1 deletion SQLTools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "v0.9.8"
__version__ = "v0.9.9"

import sys
import os
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"0.9.5": "messages/v0.9.5.md",
"0.9.6": "messages/v0.9.6.md",
"0.9.7": "messages/v0.9.7.md",
"0.9.8": "messages/v0.9.8.md"
"0.9.8": "messages/v0.9.8.md",
"0.9.9": "messages/v0.9.9.md"
}
10 changes: 10 additions & 0 deletions messages/v0.9.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.9.9 Notes

### Improvements

* Use `utf-8` encoding if Connection `encoding` is not a valid python encoding


### Fixes

* Exception when Connection `encoding` is set to null [#177]

0 comments on commit 3956c0b

Please sign in to comment.