Release 1.0.1

Change-Id: Ifdec7ba7d5e749d38c47462e603b35f36c5c63c0
This commit is contained in:
Dmitry Tantsur 2015-03-03 10:15:31 +01:00
parent 72464fcfef
commit 280ade353f
2 changed files with 9 additions and 1 deletions

View File

@ -322,6 +322,14 @@ users are advised to upgrade.
See `1.0.0 release tracking page`_ for details.
**1.0.1 release**
This maintenance fixed serious problem with authentication and unfortunately
brought new upgrade requirements:
* Dependency on *keystonemiddleware*;
* New configuration option ``identity_uri``, defaulting to localhost.
**Upgrade notes**
Action required:

View File

@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '%d.%d.%d' % __version_info__