From 6b531988d61a528091a4cc5c3a2be7e265b48331 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Thu, 20 May 2021 18:32:56 +0800 Subject: [PATCH] chore: update build badge --- README.rst | 7 +++++-- libmc/__init__.py | 4 ++-- src/version.go | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index dd3de337..e4be82be 100644 --- a/README.rst +++ b/README.rst @@ -238,8 +238,11 @@ Copyright (c) 2014-2020, Douban Inc. All rights reserved. Licensed under a BSD license: https://github.com/douban/libmc/blob/master/LICENSE.txt -.. |build| image:: https://travis-ci.org/douban/libmc.svg - :target: https://travis-ci.org/douban/libmc +.. |build:Golang| image:: https://github.com/douban/libmc/actions/workflows/golang.yml/badge.svg + :target: https://github.com/douban/libmc/actions/workflows/golang.yml + +.. |build:Python| image:: ttps://github.com/douban/libmc/actions/workflows/python.yml/badge.svg + :target: https://github.com/douban/libmc/actions/workflows/python.yml .. |pypiv| image:: https://img.shields.io/pypi/v/libmc :target: https://pypi.org/project/libmc/ diff --git a/libmc/__init__.py b/libmc/__init__.py index 235740fa..4df0337c 100644 --- a/libmc/__init__.py +++ b/libmc/__init__.py @@ -28,10 +28,10 @@ ) __VERSION__ = "1.4.1" -__version__ = "v1.4.1-12-g66d9a8f" +__version__ = "v1.4.1-5-g0177092" __author__ = "mckelvin" __email__ = "mckelvin@users.noreply.github.com" -__date__ = "Thu May 20 18:15:09 2021 +0800" +__date__ = "Thu May 20 18:28:25 2021 +0800" class Client(PyClient): diff --git a/src/version.go b/src/version.go index c07a1313..981fb7d6 100644 --- a/src/version.go +++ b/src/version.go @@ -1,9 +1,9 @@ package golibmc -const _Version = "v1.4.1-12-g66d9a8f" +const _Version = "v1.4.1-5-g0177092" const _Author = "mckelvin" const _Email = "mckelvin@users.noreply.github.com" -const _Date = "Thu May 20 18:15:09 2021 +0800" +const _Date = "Thu May 20 18:28:25 2021 +0800" // Version of the package const Version = _Version