PyJSONProxy

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

commit
9dc70f62554d44f059ec9f3587c232a844d94991
parent
f984fdb08cb18e0a3e333ba3a05c1c3d31373821
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-04 21:23
bump version to 0.1.0

Diffstat

A CHANGES.rst 19 +++++++++++++++++++
M setup.py 2 +-

2 files changed, 20 insertions, 1 deletions


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

@@ -0,0 +1,19 @@
   -1     1 Changes
   -1     2 =======
   -1     3 
   -1     4 0.1.0 (2015-04-12)
   -1     5 ------------------
   -1     6 
   -1     7 - breaking change: more flexible scrape configuration
   -1     8 
   -1     9 
   -1    10 0.0.1 (2015-06-04)
   -1    11 ------------------
   -1    12 
   -1    13 - fix distribution
   -1    14 
   -1    15 
   -1    16 0.0.0
   -1    17 -----
   -1    18 
   -1    19 initial release

diff --git a/setup.py b/setup.py

@@ -5,7 +5,7 @@ from setuptools import setup
    5     5 
    6     6 setup(
    7     7     name='jsonproxy',
    8    -1     version='0.0.1',
   -1     8     version='0.1.0',
    9     9     description='Generic proxy to allow access to non-jsonp APIs',
   10    10     long_description=open('README.rst').read(),
   11    11     url='https://github.com/xi/PyJSONProxy',