From e0c68452d768b5b9fc89651286587fba028c188b Mon Sep 17 00:00:00 2001 From: Geoiv Date: Thu, 2 Sep 2021 14:36:36 -0500 Subject: [PATCH] Up rivet version --- CHANGELOG.md | 2 +- Pipfile | 2 +- honeycomb/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e6e7b..6dde07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.6.5] 2021-09-02 +## [1.7.0] 2021-09-02 ### Changed - Switched from `river` to open-source `rivet` diff --git a/Pipfile b/Pipfile index b116e5d..1dd8687 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ pandas = ">=0.25.3" pandas-gbq = "~=0.14" pandavro = "~=1.6" pyhive = {extras = ["hive", "presto"], version = "~=0.6.1"} -rivet = "~=1.5" +rivet = "~=1.6" simple-salesforce = "~=1.1" [requires] diff --git a/honeycomb/_version.py b/honeycomb/_version.py index 3789a4b..3a26f51 100644 --- a/honeycomb/_version.py +++ b/honeycomb/_version.py @@ -1,6 +1,6 @@ __title__ = "honeycomb" __description__ = "Multi-source/engine querying tool" __url__ = "https://github.com/neighborhoods/honeycomb" -__version__ = "1.6.5" +__version__ = "1.7.0" __author__ = "George Wood (@Geoiv)" __author_email__ = "george.wood@55places.com"