Skip to content

Commit

Permalink
[release] Prepare 3.5.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyashley authored Sep 9, 2022
1 parent 6497b4a commit 5b11e1c
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2
current_version = 3.5.0
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# beeline-python changelog
## 3.5.0 2022-09-09

⚠️ Minimum supported Python version is now 3.7 ⚠️
### Maintenance

- Drop Python 3.5, 3.6 Support (#233) | [@emilyashley](https://github.com/emilyashley)
- Bump minimum libhoney version to 2.3 (for python >=3.7)(#234) | [@emilyashley](https://github.com/emilyashley)

## 3.4.2 2022-09-06

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.2' # Update using bump2version
VERSION = '3.5.0' # 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.2" # Update using bump2version
version = "3.5.0" # 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 5b11e1c

Please sign in to comment.