diff --git a/CHANGELOG.md b/CHANGELOG.md index 3399529..5826e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/googleapis/python-os-config/compare/v0.1.0...v0.1.1) (2020-06-11) + + +### Bug Fixes + +* fix documentation links ([#2](https://www.github.com/googleapis/python-os-config/issues/2)) ([9d71787](https://www.github.com/googleapis/python-os-config/commit/9d717874d310d40efdb8f2a316521ea90e8c0e63)) + ## 0.1.0 (2020-06-10) diff --git a/README.rst b/README.rst index ca9aa27..6cae212 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,9 @@ patch compliance, and configuration management on VM instances. :target: https://pypi.org/project/google-cloud-os-config/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-os-config.svg :target: https://pypi.org/project/google-cloud-os-config/ -.. _Cloud OS Config API: https://cloud.google.com/compute/docs/osconfig/ -.. _Client Library Documentation: https://googleapis.dev/python/memcache/latest -.. _Product Documentation: https://cloud.google.com/compute/docs/osconfig/ +.. _Cloud OS Config API: https://cloud.google.com/compute/docs/manage-os +.. _Client Library Documentation: https://googleapis.dev/python/osconfig/latest +.. _Product Documentation: https://cloud.google.com/compute/docs/manage-os Quick Start ----------- @@ -80,4 +80,4 @@ Next Steps APIs that we cover. .. _Cloud OS Config API Product documentation: https://cloud.google.com/compute/docs/osconfig/ -.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst diff --git a/setup.py b/setup.py index 5942c48..374fc83 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ name = "google-cloud-os-config" description = "Google Cloud OS Config API client library" -version = "0.1.0" +version = "0.1.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'