Skip to content

Commit 89143bd

Browse files
author
victor73
committed
Version 0.2.1
1 parent 66ec2c2 commit 89143bd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
osdf-python 0.2.1
2+
3+
* Corrected issue with property get/set not being honored.
4+
5+
- Victor <victor73@github.com> Tue, 23 Jun 2015 12:00:00 -0400
6+
17
osdf-python 0.2
28

39
* Added properties to redefine connection parameters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88
setup(name='osdf-python',
99
description='Python client to Open Science Data Framework (OSDF) REST servers.',
1010
long_description=read('README.md'),
11-
version='0.2',
11+
version='0.2.1',
1212
py_modules=['osdf', 'request'],
1313
author='Victor Felix',
1414
author_email='victor73@gmail.com',

0 commit comments

Comments
 (0)