8000 chore: release 1.3.0 by release-please[bot] · Pull Request #78 · googleapis/python-workflows · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension All 2 file types selected


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://www.github.com/googleapis/python-workflows/compare/v1.2.0...v1.3.0) (2021-07-24)


### Features

* add Samples section to CONTRIBUTING.rst ([#76](https://www.github.com/googleapis/python-workflows/issues/76)) ([8eb851b](https://www.github.com/googleapis/python-workflows/commit/8eb851b40624f56fc805fec00b0731c60ec3b568))


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#75](https://www.github.com/googleapis/python-workflows/issues/75)) ([cd2684f](https://www.github.com/googleapis/python-workflows/commit/cd2684fd73e7bf68ce413370aec5819a9c5e35a1))
* enable self signed jwt for grpc ([#81](https://www.github.com/googleapis/python-workflows/issues/81)) ([5abf2bc](https://www.github.com/googleapis/python-workflows/commit/5abf2bca6fff87008386e1505aba86765c318fec))

## [1.2.0](https://www.github.com/googleapis/python-workflows/compare/v1.1.0...v1.2.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.2.0"
version = "1.3.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down
0