mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
bump version to 1.4.3 and update doc
This commit is contained in:
parent
7dab7c3b6a
commit
9a271c030b
2 changed files with 4 additions and 1 deletions
|
@ -297,6 +297,9 @@ max_page
|
||||||
How many pages do we search for the max tag? Default is 1. This works when
|
How many pages do we search for the max tag? Default is 1. This works when
|
||||||
``use_max_tag`` is set.
|
``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
|
proxy
|
||||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``.
|
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# MIT licensed
|
# MIT licensed
|
||||||
# Copyright (c) 2013-2019 lilydjwg <lilydjwg@gmail.com>, et al.
|
# Copyright (c) 2013-2019 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||||
|
|
||||||
__version__ = '1.4.2'
|
__version__ = '1.4.3'
|
||||||
|
|
Loading…
Add table
Reference in a new issue