Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#30)
Browse files Browse the repository at this point in the history
* chore(main): release 1.1.0

* add classifiers for python 3.9 and 3.10

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Feb 28, 2022
1 parent 00acdfe commit b616e5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-filestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-filestore/compare/v1.0.0...v1.1.0) (2022-02-26)


### Features

* add api key support ([#29](https://github.com/googleapis/python-filestore/issues/29)) ([a72a4fe](https://github.com/googleapis/python-filestore/commit/a72a4fe7f506bc3a6a43d368784b17b4e00695ff))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([314d78e](https://github.com/googleapis/python-filestore/commit/314d78e8e35f4a9cb03b372ec45428dc841e6681))

## [1.0.0](https://www.github.com/googleapis/python-filestore/compare/v0.2.1...v1.0.0) (2021-11-03)


Expand Down
4 changes: 3 additions & 1 deletion packages/google-cloud-filestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-filestore"
description = "Filestore API client library"
version = "1.0.0"
version = "1.1.0"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-filestore"
dependencies = [
Expand Down Expand Up @@ -69,6 +69,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Topic :: Internet",
],
Expand Down

0 comments on commit b616e5d

Please sign in to comment.