Skip to content

Commit 109dbc4

Browse files
zhouli11zhouli
andauthored
5.0.5 (#974)
* update to 5.0.3 * update to 5.0.3 * update to 5.0.3 * transaction executor * example * transaction_check max workers * 1、use grpc.use_local_subchannel_pool 2、adapt to localService 3、fifo、delay message example * version to 5.0.5 --------- Co-authored-by: zhouli <[email protected]>
1 parent 6eba103 commit 109dbc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rocketmq/v5/util/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Misc:
2929
__OS_NAME = None
3030
TOPIC_PATTERN = compile(r"^[%a-zA-Z0-9_-]+$")
3131
CONSUMER_GROUP_PATTERN = compile(r"^[%a-zA-Z0-9_-]+$")
32-
SDK_VERSION = "5.0.4"
32+
SDK_VERSION = "5.0.5"
3333

3434
@staticmethod
3535
def sdk_language():

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='rocketmq-python-client',
20-
version='5.0.4',
20+
version='5.0.5',
2121
packages=find_packages(),
2222
install_requires=[
2323
"grpcio>=1.5.0",

0 commit comments

Comments
 (0)