Skip to content

Commit 1b7b933

Browse files
authored
Release websecurityscanner 0.1.1 (googleapis#6998)
* Release 0.1.1
1 parent afa1323 commit 1b7b933

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

websecurityscanner/CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,37 @@
44

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

7+
## 0.1.1
8+
9+
12-18-2018 10:45 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Avoid overwriting `__module__` of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364))
15+
16+
### Dependencies
17+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
18+
19+
### Documentation
20+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
21+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
22+
- Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901))
23+
24+
### Internal / Testing Changes
25+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
26+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
27+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
28+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
29+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
30+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
31+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
32+
- Add 'synth.py'. ([#6087](https://github.com/googleapis/google-cloud-python/pull/6087))
33+
- Use inplace nox installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
34+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
35+
- Add dot files for websecurityscanner ([#5286](https://github.com/googleapis/google-cloud-python/pull/5286))
36+
737
## 0.1.0
838

939
### New Features
10-
- Add v1alpha1 websecurityscanner endpoint
40+
- Add v1alpha1 websecurityscanner endpoint

websecurityscanner/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-websecurityscanner'
2424
description = 'Google Cloud Web Security Scanner API client library',
25-
version = '0.1.0'
25+
version = '0.1.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)