Skip to content

Commit 773e99f

Browse files
chore: release 0.2.1 (#16)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.2.1](https://www.github.com/googleapis/python-filestore/compare/v0.2.0...v0.2.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04)) * **deps:** require google-api-core >= 1.28.0 ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04)) ### Documentation * list oneofs in docstring ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2b6576b commit 773e99f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-filestore/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### [0.2.1](https://www.github.com/googleapis/python-filestore/compare/v0.2.0...v0.2.1) (2021-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** drop packaging dependency ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04))
9+
* **deps:** require google-api-core >= 1.28.0 ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04))
10+
11+
12+
### Documentation
13+
14+
* list oneofs in docstring ([c98e3ab](https://www.github.com/googleapis/python-filestore/commit/c98e3ab4252696f35d6d768e6a5104be0337ed04))
15+
316
## [0.2.0](https://www.github.com/googleapis/python-filestore/compare/v0.1.0...v0.2.0) (2021-10-08)
417

518

packages/google-cloud-filestore/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-filestore"
2424
description = "Filestore API client library"
25-
version = "0.2.0"
25+
version = "0.2.1"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-filestore"
2828
dependencies = [

0 commit comments

Comments
 (0)