Skip to content

Commit

Permalink
Prepare for 0.1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Moreau Simard committed Mar 11, 2015
1 parent eeab700 commit b2b4d12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,19 @@ binary::

RELEASE NOTES
==================================================
**0.1.0.5**

dmsimard:
- Add missing dependency on the requests library
- Some PEP8 and code standardization cleanup
- Add root "PUT" methods
- Add mon "PUT" methods
- Add mds "PUT" methods
- Add auth "PUT" methods

Donald Talton:
- Add osd "PUT" methods

**0.1.0.4**

- Fix setup and PyPi installation
Expand All @@ -136,4 +149,4 @@ RELEASE NOTES

**0.1.0.1**

- First public release of python-cephclient
- First public release of python-cephclient
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='python-cephclient',
packages=['cephclient'],
version='0.1.0.4',
version='0.1.0.5',
url='https://github.com/dmsimard/python-cephclient',
author='David Moreau Simard',
author_email='[email protected]',
Expand All @@ -21,4 +21,4 @@
'Programming Language :: Python :: 2.7',
'Topic :: Utilities'
]
)
)

0 comments on commit b2b4d12

Please sign in to comment.