- commit
- 596069e6c1c61ef93c4cf658e04ff58b895a2478
- parent
- 40602378f8db6f9fe8fe45d06eb4b8fed9fb2f49
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-12-22 15:24
bum version to 1.0.2
Diffstat
| M | CHANGES.rst | 6 | ++++++ |
| M | setup.py | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
@@ -1,6 +1,12 @@ 1 1 Changes 2 2 ======= 3 3 -1 4 1.0.2 (2015-12-22) -1 5 ------------------ -1 6 -1 7 - fix distribution -1 8 -1 9 4 10 1.0.1 (2015-12-06) 5 11 ------------------ 6 12
diff --git a/setup.py b/setup.py
@@ -12,7 +12,7 @@ README = open(rel('README.rst')).read()
12 12
13 13 setup(
14 14 name='jsonproxy',
15 -1 version='1.0.1',
-1 15 version='1.0.2',
16 16 description='Generic proxy to allow access to non-jsonp APIs',
17 17 long_description=README,
18 18 url='https://github.com/xi/PyJSONProxy',