------------------- * Fix packaging issue after new configuration;
0.0.14
------------------- * Move configuration out of setup.py;
0.0.13
------------------- * Default to all tracers in stack for package-level tracing enabled / disabled context managers; * Omit instrumentating the AST of statements underneath "with pyc.tracing_disabled()" bocks; * Add SkipAll return value; * Improve reentrancy for sys events;
0.0.12
------------------- * Expose logic for resolving tracer class based on module path;
0.0.11
------------------- * Expanded predicate functionality; * New events for after if / while test, after expr stmts, after lambda body, before / after augassign rhs; * Disambiguate between user and generated lambdas (e.g. used for before expr events);