Skip to content

Commit

Permalink
release: prep v3.4.1 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Jul 15, 2022
1 parent 3803e11 commit e982aae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 3.4.0
current_version = 3.4.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# beeline-python changelog

## 3.4.1 2022-07-15

### Maintenance

- drop unnecessary backwards compatibility (remove six) (#228) | [@robbkidd](https://github.com/robbkidd)
- Bump minimum libhoney from 1.7.0 to 2.1.1 (#226) | [@danvendia](https://github.com/danvendia)
- Bump wrapt from 1.14.0 to 1.14.1 (#224) | [dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates)

## 3.4.0 2022-05-04

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion beeline/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.4.0' # Update using bump2version
VERSION = '3.4.1' # Update using bump2version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "honeycomb-beeline"
version = "3.4.0" # Update using bump2version
version = "3.4.1" # Update using bump2version
description = "Honeycomb library for easy instrumentation"
authors = ["Honeycomb.io <feedback@honeycomb.io>"]
license = "Apache-2.0"
Expand Down

0 comments on commit e982aae

Please sign in to comment.