Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunthorpe committed Aug 2, 2016
1 parent 55d5976 commit aedec54
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-rdma (1.0-1) unstable; urgency=low

* Various bug fixes

-- Jason Gunthorpe <[email protected]> Mon, 1 Aug 2016 21:43:26 -0600

python-rdma (0.3-1) unstable; urgency=low

* Various bug fixes
Expand Down
12 changes: 12 additions & 0 deletions doc/release-1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Version 1.0
===========

Notable Features/Improvements:

- Use of Cython instead of Pyrex, this should not be end-user visible.
- ExtSpeed support

ibtool:

- Add `ibtool decode_mad' can automatically handle common headers,umad, LRH,
GRH, and BTH
1 change: 1 addition & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Release Notes
===============

.. include:: release-1.0.rst
.. include:: release-0.3.rst
.. include:: release-0.2.rst
.. include:: release-0.1.rst
2 changes: 1 addition & 1 deletion python-rdma.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: python-rdma
Version: 0.3
Version: 1.0
Release: 1el6
Summary: RDMA functionality for python

Expand Down
2 changes: 1 addition & 1 deletion rdma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import os.path

__version__ = "0.3";
__version__ = "1.0";

class RDMAError(Exception):
'''General exception class for RDMA related errors.'''
Expand Down

0 comments on commit aedec54

Please sign in to comment.