Cut version 0.3.0

WSGI middleware now accept HMAC_KEYS instead of HMAC_KEY this is change
in API that requires new version.

As well osprofiler now has entry point that allows to retrive trace info

Change-Id: Ic32f164586c5952fae1d277cfbd6861975af3ff3
This commit is contained in:
Boris Pavlovic 2014-08-07 04:04:11 +04:00
parent b3e432b9d6
commit bbe39b5172
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Why not cProfile and etc?
(e.g. admin should be able to "trace" on request). (e.g. admin should be able to "trace" on request).
OSprofiler API version 0.2.5 OSprofiler API version 0.3.0
---------------------------- ----------------------------
There are a couple of things that you should know about API before using it. There are a couple of things that you should know about API before using it.

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = osprofiler name = osprofiler
version = 0.2.5 version = 0.3.0
summary = OpenStack Profiler Library summary = OpenStack Profiler Library
description-file = description-file =
README.rst README.rst