This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = True
3
3
tag = False
4
- current_version = 2.13.0
4
+ current_version = 2.13.1
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
6
6
serialize =
7
7
{major}.{minor}.{patch}-{release}{build}
Original file line number Diff line number Diff line change 1
1
# beeline-python changelog
2
2
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
+
3
11
## 2.13.0
4
12
5
13
### Features
Original file line number Diff line number Diff line change 1
- VERSION = '2.13.0 ' # Update using bump2version
1
+ VERSION = '2.13.1 ' # Update using bump2version
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " honeycomb-beeline"
3
- version = " 2.13.0 " # Update using bump2version
3
+ version = " 2.13.1 " # Update using bump2version
4
4
description = " Honeycomb library for easy instrumentation"
5
5
authors = [
" Honeycomb.io <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments