Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 0.3.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 28, 2021
1 parent e3eb4df commit 7fef666
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

### [0.3.2](https://www.github.com/googleapis/python-notebooks/compare/v0.3.1...v0.3.2) (2021-07-28)


### Bug Fixes

* enable self signed jwt for grpc ([#68](https://www.github.com/googleapis/python-notebooks/issues/68)) ([ec048cd](https://www.github.com/googleapis/python-notebooks/commit/ec048cd10d04b76fcbac5a246e3bcb6ef81353c8))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#64](https://www.github.com/googleapis/python-notebooks/issues/64)) ([2e9c620](https://www.github.com/googleapis/python-notebooks/commit/2e9c620c45723fe8de13b437fb9642d14b2d8029))


### Miscellaneous Chores

* release as 0.3.2 ([#69](https://www.github.com/googleapis/python-notebooks/issues/69)) ([e3eb4df](https://www.github.com/googleapis/python-notebooks/commit/e3eb4df74a19b88f4f60fab87b9d85349f025ce0))

### [0.3.1](https://www.github.com/googleapis/python-notebooks/compare/v0.3.0...v0.3.1) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.3.1"
version = "0.3.2"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 7fef666

Please sign in to comment.