Skip to content

Commit

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

* fix release status in README.rst

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 Apr 26, 2022
1 parent e43b4a6 commit 46f0204
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-bare-metal-solution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://github.com/googleapis/python-bare-metal-solution/compare/v0.1.0...v0.1.1) (2022-04-21)


### Documentation

* fix type in docstring for map fields ([d7d777a](https://github.com/googleapis/python-bare-metal-solution/commit/d7d777a03e107f6bd4526253d41390f9e35dbdb2))

## 0.1.0 (2022-03-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/google-cloud-bare-metal-solution/README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Python Client for Bare Metal Solution API
=========================================

|GA| |pypi| |versions|
|preview| |pypi| |versions|

`Bare Metal Solution API`_:

- `Client Library Documentation`_
- `Product Documentation`_

.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bare-metal-solution.svg
:target: https://pypi.org/project/google-cloud-bare-metal-solution/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bare-metal-solution.svg
Expand Down Expand Up @@ -84,4 +84,4 @@ Next Steps
APIs that we cover.

.. _Bare Metal Solution API Product documentation: https://cloud.google.com/bare-metal/docs
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
2 changes: 1 addition & 1 deletion packages/google-cloud-bare-metal-solution/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-bare-metal-solution"
description = "Bare Metal Solution API client library"
version = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-bare-metal-solution"
dependencies = [
Expand Down

0 comments on commit 46f0204

Please sign in to comment.