Skip to content

Commit 1decc16

Browse files
committed
Merge branch 'development'
* development: [Release] version 1.8.5 Update README.md Update setup.py
2 parents 0ac8f09 + 9153a0b commit 1decc16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ read_from_mysql = ReadFromMySQL(
2525
user="test",
2626
password="test",
2727
port=3306,
28-
splitter=splitters.NoSplitter() # you can select how to split query from splitters
28+
splitter=splitters.NoSplitter() # you can select how to split query for performance
2929
)
3030
```
3131

beam_mysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Beam - MySQL Connector information and utilities."""
22

3-
__version__ = "1.8.4"
3+
__version__ = "1.8.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_version():
4949
PACKAGE_URL = "https://github.com/esaki01/beam-mysql-connector"
5050
PACKAGE_DOWNLOAD_URL = "https://pypi.python.org/pypi/beam-mysql-connector"
5151
PACKAGE_AUTHOR = "esakik"
52-
PACKAGE_EMAIL = "esaki1011@gmail.com"
52+
PACKAGE_EMAIL = "esakik.work@gmail.com"
5353
PACKAGE_KEYWORDS = "apache beam mysql connector"
5454
PACKAGE_LONG_DESCRIPTION = README
5555

0 commit comments

Comments
 (0)