Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 2ab8dea

Browse files
authored
Prepare patch release (#151)
* Bump version: 2.16.0 → 2.16.1-dev0 * Bump version: 2.16.1-dev0 → 2.16.1 * Update changelog
1 parent 947363c commit 2ab8dea

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 2.16.0
4+
current_version = 2.16.1
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}{build}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# beeline-python changelog
22

3+
## 2.16.1 2021-01-08
4+
5+
### Fixed
6+
- Fix missing content_type, content_length, and status_code in spans from error responses (#145) [@vbarua](https://github.com/vbarua)
7+
38
## 2.16.0
49

510
### Improvements:

beeline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.16.0' # Update using bump2version
1+
VERSION = '2.16.1' # Update using bump2version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "honeycomb-beeline"
3-
version = "2.16.0" # Update using bump2version
3+
version = "2.16.1" # Update using bump2version
44
description = "Honeycomb library for easy instrumentation"
55
authors = ["Honeycomb.io <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)