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'