From 9a271c030b5aa7ec6dd218b7847270d1f870673d Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 24 Mar 2019 15:31:40 +0800 Subject: [PATCH] bump version to 1.4.3 and update doc --- README.rst | 3 +++ nvchecker/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2f0b4ef..e83cc98 100644 --- a/README.rst +++ b/README.rst @@ -297,6 +297,9 @@ max_page How many pages do we search for the max tag? Default is 1. This works when ``use_max_tag`` is set. + However, with current API in use, GitHub seems to always return all data in + one page, making this option obsolete. + proxy The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``. diff --git a/nvchecker/__init__.py b/nvchecker/__init__.py index b1b7d25..b88b2f2 100644 --- a/nvchecker/__init__.py +++ b/nvchecker/__init__.py @@ -1,4 +1,4 @@ # MIT licensed # Copyright (c) 2013-2019 lilydjwg , et al. -__version__ = '1.4.2' +__version__ = '1.4.3'