- commit
- f35c7acb8eaf6c13f6a5513f79a786163fbddc6a
- parent
- 96b71a7601860fcb1e981e2aa00d22a2a38f593d
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-12-13 00:58
bump version to 1.0.1
Diffstat
| M | CHANGES.rst | 8 | ++++++++ |
| M | setup.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 1.0.1 (2015-12-06) -1 5 ------------------ -1 6 -1 7 - some small fixes -1 8 - a larger part has been moved to a separate project: -1 9 `Fakes <https://github.com/xi/fakes>`_ -1 10 -1 11 4 12 1.0.0 (2015-12-06) 5 13 ------------------ 6 14
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='1.0.0',-1 8 version='1.0.1', 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',