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

Commit 1ddc590

Browse files
authored
prepare 3.3.0 release (#214)
1 parent 3876a66 commit 1ddc590

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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 = False
33
tag = False
4-
current_version = 3.2.0
4+
current_version = 3.3.0
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# beeline-python changelog
22

3+
## 3.3.0 2022-03-21
4+
5+
### Enhancements
6+
7+
- feat: Add Environment & Services support (#213) | [@JamieDanielson](https://github.com/JamieDanielson)
8+
39
## 3.2.0 2022-02-10
410

511
### Enhancements

beeline/version.py

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