Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 2c23353

Browse files
chore: release 0.2.0
1 parent 98482f7 commit 2c23353

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/googleapis/python-shell/compare/v0.1.0...v0.2.0) (2021-06-26)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#9](https://www.github.com/googleapis/python-shell/issues/9)) ([13ce7ba](https://www.github.com/googleapis/python-shell/commit/13ce7bab4613f287a73743d80d1bbbee5c59969a))
9+
10+
11+
### Documentation
12+
13+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-shell/issues/1127)) ([#4](https://www.github.com/googleapis/python-shell/issues/4)) ([0150a5d](https://www.github.com/googleapis/python-shell/commit/0150a5d71e22b6aeb194cd2992d58ed03683d1ca)), closes [#1126](https://www.github.com/googleapis/python-shell/issues/1126)
14+
315
## 0.1.0 (2021-06-13)
416

517

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-shell"
2424
description = "Cloud Shell API client library"
25-
version = "0.1.0"
25+
version = "0.2.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-shell"
2828
dependencies = [

0 commit comments

Comments
 (0)