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

Commit 12a2513

Browse files
Bump version: 2.13.0 → 2.13.1 (#128)
1 parent 3349392 commit 12a2513

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.13.0
4+
current_version = 2.13.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# beeline-python changelog
22

3+
## 2.13.1
4+
5+
This is a maintenace release to fix a bug in the django middleware that can happen in testing environments when a beeling has
6+
not been initialised.
7+
8+
- Don't attempt to use a non-initialised beeline instance in django middleware #126.
9+
- Adds a .editorconfig to help apply consistent styling across IDEs #127.
10+
311
## 2.13.0
412

513
### Features

beeline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.13.0' # Update using bump2version
1+
VERSION = '2.13.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.13.0" # Update using bump2version
3+
version = "2.13.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)