Skip to content

Commit 3fcdde6

Browse files
Release 0.3
1 parent 836934e commit 3fcdde6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
* Support MySQL Broken Dates :(
1414
* Introduce data objects for Table / Column
1515
* Add support for TINYINT(1) to bool() Mapping
16+
17+
0.3 07/07/2014
18+
* use NotImplementedEvent instead of raising an Exception
19+
* Python 3 fix
20+
* Add 2006 to Mysql expected error codes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
unittest.main(tests, argv=sys.argv[:1])
2626

2727

28-
version = "0.2.0"
28+
version = "0.3.0"
2929

3030
setup(
3131
name="mysql-replication",

0 commit comments

Comments
 (0)