Skip to content

Commit 69170b1

Browse files
Release 0.5
1 parent 6577e07 commit 69170b1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828

2929
0.4.1 01/09/2014
3030
* Fix missing commit for GTID in 0.4 release
31+
32+
0.5 28/09/2014
33+
* Remove default server id
34+
* Performances improvements
35+
* Allow filter events by schema and tables

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.4'
51+
version = '0.5'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.4.1'
53+
release = '0.5'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030
unittest.main(tests, argv=sys.argv[:1])
3131

3232

33-
version = "0.4.1"
33+
version = "0.5"
3434

3535
setup(
3636
name="mysql-replication",

0 commit comments

Comments
 (0)