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 ba71952 commit 960db8b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/google-cloud-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

[PyPI History][1]

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

## 1.3.0

### Notable Implementation Changes

- Use POST (rather than GET) for API `translate` requests (#4095,
h/t to @Maerig)

### Documentation

- Added link to "Python Development Environment Setup Guide" in
project README (#4187, h/t to @michaelawyu)
- Fix example in `Config.get_variable()` (#3910)

### 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-translate/1.3.0/
3 changes: 2 additions & 1 deletion packages/google-cloud-translate/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-translate',
version='1.2.0',
version='1.3.0',
description='Python Client for Google Cloud Translation API',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 960db8b

Please sign in to comment.