We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf36fe commit c6b703dCopy full SHA for c6b703d
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.1 (2021-05-21)
6
+
7
8
## v0.1.0 (2021-05-21)
9
### Feature
10
* Rethink and Redo Span End/Exit Behavior ([#11](https://github.com/WIPACrepo/wipac-telemetry-prototype/issues/11)) ([`e78fc4b`](https://github.com/WIPACrepo/wipac-telemetry-prototype/commit/e78fc4b30afe3afaceede4bfe097628a6289c602))
wipac_telemetry/__init__.py
@@ -5,7 +5,7 @@
__all__ = ["tracing_tools"]
# version is a human-readable version number.
-__version__ = "0.1.0"
+__version__ = "0.1.1"
# version_info is a four-tuple for programmatic comparison. The first
11
# three numbers are the components of the version number. The fourth
0 commit comments