Skip to content

Commit 5ac8440

Browse files
authored
chore(containeranalysis): release 0.3.1 (#9636)
1 parent 5621e9c commit 5ac8440

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

containeranalysis/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
11-07-2019 11:08 PST
6+
7+
**NOTE**: Please upgrade to this version if you will also be using `google-cloud-build`.
8+
9+
### Implementation Changes
10+
- Make google.cloud.devtools a namespace ([#9606](https://github.com/googleapis/google-cloud-python/pull/9606))
11+
12+
### Documentation
13+
- Change requests intersphinx ref (via synth)
14+
- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
15+
- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
16+
317
## 0.3.0
418

519
08-12-2019 13:53 PDT

containeranalysis/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-containeranalysis"
2424
description = "Container Analysis API API client library"
25-
version = "0.3.0"
25+
version = "0.3.1"
2626
release_status = "Development Status :: 3 - Alpha"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)