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

Commit 088218d

Browse files

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### [0.1.2](https://www.github.com/googleapis/python-source-context/compare/v0.1.1...v0.1.2) (2021-07-29)
4+
5+
6+
### Documentation
7+
8+
* add Samples section to CONTRIBUTING.rst ([#6](https://www.github.com/googleapis/python-source-context/issues/6)) ([19c3b12](https://www.github.com/googleapis/python-source-context/commit/19c3b12f9b0447c975de206655784a19fd059d8e))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release as 0.1.2 ([#11](https://www.github.com/googleapis/python-source-context/issues/11)) ([1581f56](https://www.github.com/googleapis/python-source-context/commit/1581f56aae3879407e6b2d6de2012760f976deaf))
14+
315
### [0.1.1](https://www.github.com/googleapis/python-source-context/compare/v0.1.0...v0.1.1) (2021-07-21)
416

517

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-source-context"
2424
description = "Python client for Source Context"
25-
version = "0.1.1"
25+
version = "0.1.2"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-source-context"
2828
dependencies = [

0 commit comments

Comments
 (0)