| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dea759e commit fc3ed08
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,19 @@ | |||
| 1 | + # Changelog | ||
| 2 | + | ||
| 3 | + [PyPI History][1] | ||
| 4 | + | ||
| 5 | + [1]: https://pypi.org/project/google-cloud-monitoring/#history | ||
| 6 | + | ||
| 7 | + ## 0.28.0 | ||
| 8 | + | ||
| 9 | + ### Documentation | ||
| 10 | + | ||
| 11 | + - Added link to "Python Development Environment Setup Guide" in | ||
| 12 | + project README (#4187, h/t to @michaelawyu) | ||
| 13 | + | ||
| 14 | + ### Dependencies | ||
| 15 | + | ||
| 16 | + - Upgrading to `google-cloud-core >= 0.28.0` and adding dependency | ||
| 17 | + on `google-api-core` (#4221, #4280) | ||
| 18 | + | ||
| 19 | + PyPI: https://pypi.org/project/google-cloud-monitoring/0.28.0/ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,11 +52,12 @@ | |||
| 52 | 52 | ||
| 53 | 53 | REQUIREMENTS = [ | |
| 54 | 54 | 'google-cloud-core >= 0.28.0, < 0.29dev', | |
| 55 | + 'google-api-core >= 0.1.1, < 0.2.0dev', | ||
| 55 | 56 | ] | |
| 56 | 57 | ||
| 57 | 58 | setup( | |
| 58 | 59 | name='google-cloud-monitoring', | |
| 59 | - version='0.27.0', | ||
| 60 | + version='0.28.0', | ||
| 60 | 61 | description='Python Client for Stackdriver Monitoring', | |
| 61 | 62 | long_description=README, | |
| 62 | 63 | namespace_packages=[ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments