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

Commit

Permalink
chore: release 1.2.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent 2085463 commit 81f2648
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

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


### Features

* add always_use_jwt_access ([#68](https://www.github.com/googleapis/python-workflows/issues/68)) ([a88f246](https://www.github.com/googleapis/python-workflows/commit/a88f2466a906fdec0ebf4d772967cdf334b8ac91))


### Bug Fixes

* disable always_use_jwt_access ([#72](https://www.github.com/googleapis/python-workflows/issues/72)) ([2085463](https://www.github.com/googleapis/python-workflows/commit/20854636d22eefd738872ef4fa8b280a2f6989ec))
* exclude docs and tests from package ([#63](https://www.github.com/googleapis/python-workflows/issues/63)) ([ff68d16](https://www.github.com/googleapis/python-workflows/commit/ff68d16bb68960dbee188771f6f334ab69a98b23))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-workflows/issues/1127)) ([#65](https://www.github.com/googleapis/python-workflows/issues/65)) ([10341d6](https://www.github.com/googleapis/python-workflows/commit/10341d6b7adf284507d5f99dc68bae34e4360be9))

## [1.1.0](https://www.github.com/googleapis/python-workflows/compare/v1.0.0...v1.1.0) (2021-06-16)


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

version = "1.1.0"
version = "1.2.0"

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

Expand Down

0 comments on commit 81f2648

Please sign in to comment.