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

Commit a1301d4

Browse files
authored
Merge pull request #59 from honeycombio/tredman.sql-fix
Bump dependency on libhoney to 1.7.0
2 parents d2be775 + a1b473e commit a1301d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

beeline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.4.6'
1+
VERSION = '2.4.7'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
setup(
55
python_requires='>=2.7',
66
name='honeycomb-beeline',
7-
version='2.4.6',
7+
version='2.4.7',
88
description='Honeycomb library for easy instrumentation',
99
url='https://github.com/honeycombio/beeline-python',
1010
author='Honeycomb.io',
1111
author_email='[email protected]',
1212
license='Apache',
1313
packages=find_packages(),
1414
install_requires=[
15-
'libhoney>=1.6.0',
15+
'libhoney>=1.7.0',
1616
'wrapt',
1717
],
1818
tests_require=[

0 commit comments

Comments
 (0)