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

Commit 17ad7a7

Browse files
authored
Release 0.33.0 (#67)
1 parent 4293fec commit 17ad7a7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
[1]: https://pypi.org/project/google-cloud-happybase/#history
66

77

8+
## 0.33.0
9+
10+
03-18-2019 12:57 PDT
11+
12+
13+
### New Features
14+
- Enforce types more strictly on puts and handle non-encoded column names. ([#63](https://github.com/googleapis/google-cloud-python-happybase/pull/63))
15+
16+
### Internal / Testing Changes
17+
- Remove badges ([#65](https://github.com/googleapis/google-cloud-python-happybase/pull/65))
18+
- Fix tests ([#66](https://github.com/googleapis/google-cloud-python-happybase/pull/66))
19+
- Add kokoro ([#61](https://github.com/googleapis/google-cloud-python-happybase/pull/61))
20+
- Blacken ([#64](https://github.com/googleapis/google-cloud-python-happybase/pull/64))
21+
822
## 0.32.1
923

1024
01-23-2019 13:08 PST

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from setuptools import find_packages
1818
from setuptools import setup
1919

20+
version = '0.33.0'
2021

2122
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2223

@@ -59,7 +60,7 @@
5960

6061
setup(
6162
name='google-cloud-happybase',
62-
version='0.32.1',
63+
version=version,
6364
description='Client library for Google Cloud Bigtable: HappyBase layer',
6465
long_description=README,
6566
url='https://github.com/googleapis/google-cloud-python-happybase',

0 commit comments

Comments
 (0)