From bbe39b517263017c9db56ae1d904d08846eacff7 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Thu, 7 Aug 2014 04:04:11 +0400 Subject: 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 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2fd62fe..88aff68 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Why not cProfile and etc? (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. diff --git a/setup.cfg b/setup.cfg index 1f8a05b..91f497c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = osprofiler -version = 0.2.5 +version = 0.3.0 summary = OpenStack Profiler Library description-file = README.rst -- cgit v1.2.1