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::
117
117
118
118
RELEASE NOTES
119
119
==================================================
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
+
120
133
**0.1.0.4 **
121
134
122
135
- Fix setup and PyPi installation
@@ -136,4 +149,4 @@ RELEASE NOTES
136
149
137
150
**0.1.0.1 **
138
151
139
- - First public release of python-cephclient
152
+ - First public release of python-cephclient
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = 'python-cephclient' ,
5
5
packages = ['cephclient' ],
6
- version = '0.1.0.4 ' ,
6
+ version = '0.1.0.5 ' ,
7
7
url = 'https://github.com/dmsimard/python-cephclient' ,
8
8
author = 'David Moreau Simard' ,
9
9
21
21
'Programming Language :: Python :: 2.7' ,
22
22
'Topic :: Utilities'
23
23
]
24
- )
24
+ )
You can’t perform that action at this time.
0 commit comments