This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new f01c884 fix(doc): update notice and open statistic label (#83)
f01c884 is described below
commit f01c884fe1f0902129dce59e24cb8bdcddcdc158
Author: dinglei <libya_003@163.com>
AuthorDate: Wed Jan 8 13:08:06 2020 +0800
fix(doc): update notice and open statistic label (#83)
---
NOTICE | 2 +-
README.md | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NOTICE b/NOTICE
index 85e2dc3..65ebdd0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache RocketMQ
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index d0fcfe7..835847e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
[](https://travis-ci.org/apache/rocketmq-client-python)
[](https://codecov.io/gh/apache/rocketmq-client-python/branch/ctypes)
[](https://pypi.org/project/rocketmq-client-python)
+[](https://github.com/apache/rocketmq-client-python/releases)
+[](http://isitmaintained.com/project/apache/rocketmq-client-python
"Average time to resolve an issue")
+[](http://isitmaintained.com/project/apache/rocketmq-client-python
"Percentage of issues still open")
+
RocketMQ Python client, based on [rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp),
supports Linux and macOS
## Prerequisites
|