We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a99503 + df35865 commit 90b19abCopy full SHA for 90b19ab
2 files changed
CHANGES
@@ -1,3 +1,10 @@
1
+osdf-python 0.6.1
2
+
3
+ * Better error message when an invocation is attempted without
4
+ having run 'init' first.
5
6
+ - Victor <victor73@github.com> Sat, 17 Dec 2016 10:30:00 -0400
7
8
osdf-python 0.6
9
10
* Added method to retrieve all auxiliary schemas.
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
'able to use OSDF in the language of their choice ' + \
16
'because almost every language has support for ' + \
17
'communications via HTTP and working with JSON.',
18
- version='0.6',
+ version='0.6.1',
19
py_modules=['osdf', 'request'],
20
author='Victor Felix',
21
author_email='victor73@github.com',
0 commit comments