Skip to content

Commit 87e9576

Browse files
authored
Release error_reporting 0.30.1 (#6961)
* Release 0.30.1 * Update error_reporting/CHANGELOG.md Co-Authored-By: crwilcox <[email protected]> * Update error_reporting/CHANGELOG.md Co-Authored-By: crwilcox <[email protected]>
1 parent 221ef2f commit 87e9576

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
[1]: https://pypi.org/project/google-cloud-error-reporting/#history
66

7+
## 0.30.1
8+
9+
12-17-2018 18:17 PST
10+
11+
12+
### Implementation Changes
13+
- Pick up fixes to GAPIC generator. ([#6522](https://github.com/googleapis/google-cloud-python/pull/6522))
14+
- Fix `client_info` bug, update docstrings via synth. ([#6442](https://github.com/googleapis/google-cloud-python/pull/6442))
15+
16+
### Documentation
17+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
18+
- Fix [#6321](https://github.com/googleapis/google-cloud-python/pull/6321) Update README service links in quickstart guides. ([#6322](https://github.com/googleapis/google-cloud-python/pull/6322))
19+
- Prep docs for repo split. ([#6155](https://github.com/googleapis/google-cloud-python/pull/6155))
20+
- Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901))
21+
22+
### Internal / Testing Changes
23+
- Update noxfile.
24+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
25+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
26+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
27+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
28+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
29+
- Add synth metadata. ([#6566](https://github.com/googleapis/google-cloud-python/pull/6566))
30+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
31+
- Add 'synth.py'. ([#6082](https://github.com/googleapis/google-cloud-python/pull/6082))
32+
- Use Nox inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
33+
734
## 0.30.0
835

936
### Implementation Changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-error-reporting'
2424
description = 'Stackdriver Error Reporting API client library'
25-
version = '0.30.0'
25+
version = '0.30.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)