Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Shafer committed Mar 9, 2018
1 parent 79e0220 commit e9831d8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0.4.1
=====
Release TBD
March 8th, 2018

* Fix QOP checks in python3
* Improved error handling when the kerberos module is not installed
* Fix QOP checks in python3 (#19)
* Improved error handling when the kerberos module is not installed (#20)
* Fix python3 bug using auth-conf with GSSAPI (#21)

* Add GSSAPI "extra" with kerberos dependency

0.4.0
=====
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pure-sasl (0.4.1) unstable; urgency=medium

* Fix QOP checks in python3 (#19)
* Improved error handling when the kerberos module is not installed (#20)
* Fix python3 bug using auth-conf with GSSAPI (#21)
* Add GSSAPI "extra" with kerberos dependency

-- Alex Shafer <[email protected]> Thu, 08 Mar 2018 18:45:15 -0800

pure-sasl (0.4.0) unstable; urgency=medium

* Add support for authorization_id to PlainMechanism and GSSAPIMechanism
Expand Down
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.4.0'
__version_info__ = (0, 4, 0)
__version__ = '0.4.1'
__version_info__ = (0, 4, 1)


class SASLError(Exception):
Expand Down
4 changes: 2 additions & 2 deletions redhat/pure-sasl.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define modname pure-sasl
%define version 0.4.0
%define unmangled_version 0.4.0
%define version 0.4.1
%define unmangled_version 0.4.1
%define release 1
%{!?python: %define python python26}

Expand Down

0 comments on commit e9831d8

Please sign in to comment.