Skip to content

Commit c6b703d

Browse files
committed
0.1.1
Automatically generated by python-semantic-release
1 parent bbf36fe commit c6b703d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.1 (2021-05-21)
6+
7+
58
## v0.1.0 (2021-05-21)
69
### Feature
710
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__all__ = ["tracing_tools"]
66

77
# version is a human-readable version number.
8-
__version__ = "0.1.0"
8+
__version__ = "0.1.1"
99

1010
# version_info is a four-tuple for programmatic comparison. The first
1111
# three numbers are the components of the version number. The fourth

0 commit comments

Comments
 (0)