diff --git a/NEWS b/NEWS index 8330c5c5..011599ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +* Version 0.3.3 (released 2017-05-08) + ** Bugfix: Fix issue with OATH credentials from Steam on YubiKey 4. + * Version 0.3.2 (released 2017-04-24) ** Allow access code input through an interactive prompt. ** Bugfix: Some versions of YubiKey NEO occasionally failed calculating challenge-response credentials with touch. diff --git a/ykman/__init__.py b/ykman/__init__.py index 60064d65..e11f5132 100644 --- a/ykman/__init__.py +++ b/ykman/__init__.py @@ -25,4 +25,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.3.2" +__version__ = "0.3.3"