Skip to content

Commit

Permalink
Making release for most packages. (#4296)
Browse files Browse the repository at this point in the history
* Making release for most packages.

Every package except those that have already been released
(`google-cloud-core`, `google-api-core`, `google-cloud-bigquery`):

- `google-cloud`
- `google-cloud-bigtable`
- `google-cloud-datastore`
- `google-cloud-dns`
- `google-cloud-error-reporting`
- `google-cloud-firestore`
- `google-cloud-language`
- `google-cloud-logging`
- `google-cloud-monitoring`
- `google-cloud-resource-manager`
- `google-cloud-runtimeconfig`
- `google-cloud-spanner`
- `google-cloud-speech`
- `google-cloud-storage`
- `google-cloud-trace`
- `google-cloud-translate`
- `google-cloud-videointelligence`
- `google-cloud-vision`

* Adding changelog files for each package.
  • Loading branch information
dhermes authored Oct 31, 2017
1 parent dea759e commit fc3ed08
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/google-cloud-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-monitoring/#history

## 0.28.0

### Documentation

- Added link to "Python Development Environment Setup Guide" in
project README (#4187, h/t to @michaelawyu)

### Dependencies

- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency
on `google-api-core` (#4221, #4280)

PyPI: https://pypi.org/project/google-cloud-monitoring/0.28.0/
3 changes: 2 additions & 1 deletion packages/google-cloud-monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@

REQUIREMENTS = [
'google-cloud-core >= 0.28.0, < 0.29dev',
'google-api-core >= 0.1.1, < 0.2.0dev',
]

setup(
name='google-cloud-monitoring',
version='0.27.0',
version='0.28.0',
description='Python Client for Stackdriver Monitoring',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit fc3ed08

Please sign in to comment.