Skip to content

Commit b2b4d12

Browse files
author
David Moreau Simard
committed
Prepare for 0.1.0.5 release
1 parent eeab700 commit b2b4d12

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,19 @@ binary::
117117

118118
RELEASE 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
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='[email protected]',
@@ -21,4 +21,4 @@
2121
'Programming Language :: Python :: 2.7',
2222
'Topic :: Utilities'
2323
]
24-
)
24+
)

0 commit comments

Comments
 (0)