Skip to content

Commit

Permalink
properly up version no
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoiv committed Sep 2, 2021
1 parent e0c6845 commit ede3790
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0] 2021-09-02
## [1.7.1] 2021-09-02

### Changed
- Switched from `river` to open-source `rivet`


## [1.6.4] 2021-08-05

### Added
Expand Down
32 changes: 16 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion honeycomb/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "honeycomb"
__description__ = "Multi-source/engine querying tool"
__url__ = "https://github.com/neighborhoods/honeycomb"
__version__ = "1.7.0"
__version__ = "1.7.1"
__author__ = "George Wood (@Geoiv)"
__author_email__ = "[email protected]"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self):
install_requires=[
'pandas>=0.25.3',
'pyhive[hive, presto]>=0.6.1',
'rivet>=1.5',
'rivet>=1.6',
'pandavro>=1.6'
],
extras_require={
Expand Down

0 comments on commit ede3790

Please sign in to comment.