diff --git a/CHANGES.txt b/CHANGES.txt index 566f2d1..75dcfad 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,8 @@ This document describes changes between each past release. 0.0.9 (unreleased) ================== -- Nothing changed yet. +- Remove the mention stating that PyFxA is still highly experimental (#31) +- Do not rely on the package to be installed in order to be used (#32) 0.0.8 (2015-08-14) diff --git a/fxa/__init__.py b/fxa/__init__.py index 90a52aa..3ac1872 100644 --- a/fxa/__init__.py +++ b/fxa/__init__.py @@ -7,7 +7,7 @@ """ -__version__ = '0.0.9.dev0' +__version__ = '0.0.9' __ver_tuple__ = tuple(__version__.split('.'))