PyJSONProxy

simple proxy and scraper
git clone https://git.ce9e.org/PyJSONProxy.git

commit
c15a0ebb6997fcaf18d03ca667cbf44138d8fc24
parent
549ad2d57175a03e33fa11488bac83b23a73231b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-05-05 08:28
bump version to 2.1.0

Diffstat

M CHANGES.rst 8 ++++++++
M jsonproxy/__init__.py 2 +-

2 files changed, 9 insertions, 1 deletions


diff --git a/CHANGES.rst b/CHANGES.rst

@@ -1,6 +1,14 @@
    1     1 Changes
    2     2 =======
    3     3 
   -1     4 2.1.0 (2019-05-05)
   -1     5 ------------------
   -1     6 
   -1     7 - fix regression: non-scraping requests
   -1     8 - use aiohttp directly instead of deprecated fakes
   -1     9 - define __version__
   -1    10 
   -1    11 
    4    12 2.0.0 (2017-06-03)
    5    13 ------------------
    6    14 

diff --git a/jsonproxy/__init__.py b/jsonproxy/__init__.py

@@ -14,7 +14,7 @@ from .lib import _doc
   14    14 from .lib import ENDPOINTS
   15    15 from .lib import scrape
   16    16 
   17    -1 __version__ = '2.0.0'
   -1    17 __version__ = '2.1.0'
   18    18 
   19    19 CONFIG = {}
   20    20