Skip to content

Commit

Permalink
bump v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei committed Sep 12, 2020
1 parent 30d5c85 commit 785f325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
install:
- pip install coveralls
script:
- coverage run --source=gor setup.py test
- coverage run setup.py test
- coverage combine
after_success:
coveralls
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ You can provide request ID as additional argument to on function, which allow yo
proxy.run()
.. note:: Since the release v0.2.x, Python2.7 and Python3.4 are not supported any more, the minimum supported Python version is 3.5.2. Besides the release v0.1.x is still compatible with Python2.7 and Python3.4.

Mutiple middleware choices
---------------

This library provides multiple middleware to choice, currently includes

- AsyncioGor, implements based on python3 asyncio
- MultiProcessGor, implements based multi processing
2 changes: 1 addition & 1 deletion gor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 785f325

Please sign in to comment.