summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Pavlovic <boris@pavlovic.me>2014-08-07 04:04:11 +0400
committerBoris Pavlovic <boris@pavlovic.me>2014-08-07 04:04:11 +0400
commitbbe39b517263017c9db56ae1d904d08846eacff7 (patch)
tree21dfbdb03db596b9ad067e40d5cd1fd229cb3ddc
parentb3e432b9d6f5147e5da5f7731107d538acc9f6c3 (diff)
downloadosprofiler-bbe39b517263017c9db56ae1d904d08846eacff7.tar.gz
Cut version 0.3.00.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
-rw-r--r--README.rst2
-rw-r--r--setup.cfg2
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