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 #151 from mtxr/v0_9_6_release
Browse files Browse the repository at this point in the history
Release v0.9.6
  • Loading branch information
tkopets authored Oct 26, 2017
2 parents 29ab283 + 0a35bd8 commit 206f447
Show file tree
Hide file tree
Showing 4 changed files with 9 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.5
current_version = 0.9.6
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.5"
__version__ = "v0.9.6"

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 @@ -10,5 +10,6 @@
"0.9.2": "messages/v0.9.2.md",
"0.9.3": "messages/v0.9.3.md",
"0.9.4": "messages/v0.9.4.md",
"0.9.5": "messages/v0.9.5.md"
"0.9.5": "messages/v0.9.5.md",
"0.9.6": "messages/v0.9.6.md"
}
5 changes: 5 additions & 0 deletions messages/v0.9.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.9.6 Notes

### Fixes

* [MySQL] Added basic backtick escaping of identifiers [#147]

0 comments on commit 206f447

Please sign in to comment.