Skip to content

Commit

Permalink
Bump version to 0.1.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Sep 17, 2013
1 parent 88464e9 commit a613fcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.1.5
=====
* Fix digest URI order for DigestMD5Mechanism
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include CHANGES.rst
include LICENSE
4 changes: 2 additions & 2 deletions puresasl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = '0.1.4'
__version_info__ = (0, 1, 4)
__version__ = '0.1.5'
__version_info__ = (0, 1, 5)


class SASLError(Exception):
Expand Down

0 comments on commit a613fcf

Please sign in to comment.