From 46da41147ff81e9fc3a8d054e93fe848bbe1833a Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 19 Mar 2021 13:39:38 +0800 Subject: [PATCH] version 2.3 update docs for gitlab source. --- docs/usage.rst | 2 +- nvchecker/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 6eb8782..f0af5dc 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -421,7 +421,7 @@ gitlab The gitlab repository, with author, e.g. ``Deepin/deepin-music``. branch - Which branch to track? Default: ``master``. + Which branch to track? use_max_tag Set this to ``true`` to check for the max tag on GitLab. Will return the biggest one diff --git a/nvchecker/__init__.py b/nvchecker/__init__.py index 3a63db9..3b71b15 100644 --- a/nvchecker/__init__.py +++ b/nvchecker/__init__.py @@ -1,4 +1,4 @@ # MIT licensed -# Copyright (c) 2013-2020 lilydjwg , et al. +# Copyright (c) 2013-2021 lilydjwg , et al. -__version__ = '2.3dev' +__version__ = '2.3'