Skip to content

Commit 90b19ab

Browse files
committed
Merge branch 'master' of https://github.com/ihmpdcc/osdf-python
2 parents 1a99503 + df35865 commit 90b19ab

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
osdf-python 0.6
29

310
* Added method to retrieve all auxiliary schemas.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515
'able to use OSDF in the language of their choice ' + \
1616
'because almost every language has support for ' + \
1717
'communications via HTTP and working with JSON.',
18-
version='0.6',
18+
version='0.6.1',
1919
py_modules=['osdf', 'request'],
2020
author='Victor Felix',
2121
author_email='victor73@github.com',

0 commit comments

Comments
 (0)