We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836934e commit 3fcdde6Copy full SHA for 3fcdde6
CHANGELOG
@@ -13,3 +13,8 @@
13
* Support MySQL Broken Dates :(
14
* Introduce data objects for Table / Column
15
* 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
@@ -25,7 +25,7 @@ def run(self):
25
unittest.main(tests, argv=sys.argv[:1])
26
27
28
-version = "0.2.0"
+version = "0.3.0"
29
30
setup(
31
name="mysql-replication",
0 commit comments