diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 662de4a..1057c49 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +3.0.1 (2024-09-25) +------------------ +- Bump from 3.0.0 to fix build + 3.0.0 (2024-09-24) ------------------ - Generate 128-bit trace IDs by default. 64-bit trace IDs will be transparently diff --git a/pyramid_zipkin/version.py b/pyramid_zipkin/version.py index 4eb28e3..b7a5531 100644 --- a/pyramid_zipkin/version.py +++ b/pyramid_zipkin/version.py @@ -1 +1 @@ -__version__ = '3.0.0' +__version__ = '3.0.1'