bump version to 1.4.3 and update doc

This commit is contained in:
lilydjwg 2019-03-24 15:31:40 +08:00
parent 7dab7c3b6a
commit 9a271c030b
2 changed files with 4 additions and 1 deletions

View file

@ -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``.

View file

@ -1,4 +1,4 @@
# MIT licensed
# Copyright (c) 2013-2019 lilydjwg <lilydjwg@gmail.com>, et al.
__version__ = '1.4.2'
__version__ = '1.4.3'