We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2796b2 commit 1e3c940Copy full SHA for 1e3c940
2 files changed
CHANGES
@@ -1,3 +1,9 @@
1
+osdf-python 0.2.4
2
+
3
+ * Merge of code to reduce duplication by cometsong@github
4
5
+ - Victor <victor73@github.com> Tue, 30 Jun 2015 11:14:00 -0400
6
7
osdf-python 0.2.3
8
9
* Ensuring unicode is converted to ascii str
setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(name='osdf-python',
description='Python client to Open Science Data Framework (OSDF) REST servers.',
10
long_description=read('README.md'),
11
- version='0.2.3',
+ version='0.2.4',
12
py_modules=['osdf', 'request'],
13
author='Victor Felix',
14
author_email='victor73@gmail.com',
0 commit comments