Skip to content

Commit

Permalink
Merge 0ebf25b into 3fb882d
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Sep 19, 2018
2 parents 3fb882d + 0ebf25b commit df47e43
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-happybase/#history


## 0.30.2

### Dependencies

- Update to use `google.cloud.bigtable 0.30.2`

### Documentation

- Fix incorrect PyPI link in README (#28).

### Implementation changes

- Use Bigtable's `yield_rows` for `Table.rows()` and `Table.scan()`. (#37)


## 0.26.0

### New Features

### Dependencies

- Update to use `google.cloud.bigtable 0.26.0`

### Documentation

- Fix docs URL (#25).


## 0.25.0

### Dependencies

- Update to use `google.cloud.bigtable 0.25.0`


## 0.24.0

### New Features

- Add support for Python 3.6.

### Dependencies

- Update to use `google.cloud.bigtable 0.24.0`


## 0.23.0

### Dependencies

- Update to use `google.cloud.bigtable 0.23.0`


## 0.22.0

### Dependencies

- Update to use `google.cloud.bigtable 0.22.0`


## 0.21.0

### Dependencies

- Update to use `google.cloud.bigtable 0.21.0`


## 0.20.0

### New Features

- Initial release.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@


REQUIREMENTS = [
'google-cloud-bigtable >= 0.30.1, < 0.31dev',
'google-cloud-bigtable >= 0.30.2, < 0.31dev',
]

SETUP_BASE.pop('url')

setup(
name='google-cloud-happybase',
version='0.26.0',
version='0.30.2',
description='Client library for Google Cloud Bigtable: HappyBase layer',
long_description=README,
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',
Expand Down

0 comments on commit df47e43

Please sign in to comment.