File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,19 @@ binary::
117117
118118RELEASE NOTES
119119==================================================
120+ **0.1.0.5 **
121+
122+ dmsimard:
123+ - Add missing dependency on the requests library
124+ - Some PEP8 and code standardization cleanup
125+ - Add root "PUT" methods
126+ - Add mon "PUT" methods
127+ - Add mds "PUT" methods
128+ - Add auth "PUT" methods
129+
130+ Donald Talton:
131+ - Add osd "PUT" methods
132+
120133**0.1.0.4 **
121134
122135- Fix setup and PyPi installation
@@ -136,4 +149,4 @@ RELEASE NOTES
136149
137150**0.1.0.1 **
138151
139- - First public release of python-cephclient
152+ - First public release of python-cephclient
Original file line number Diff line number Diff line change 33setup (
44 name = 'python-cephclient' ,
55 packages = ['cephclient' ],
6- version = '0.1.0.4 ' ,
6+ version = '0.1.0.5 ' ,
77 url = 'https://github.com/dmsimard/python-cephclient' ,
88 author = 'David Moreau Simard' ,
99 author_email = 'moi@dmsimard.com' ,
2121 'Programming Language :: Python :: 2.7' ,
2222 'Topic :: Utilities'
2323 ]
24- )
24+ )
You can’t perform that action at this time.
0 commit comments