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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-binary-authorization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: googleapis/python-binary-authorization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 13, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    73acd98 View commit details
  2. chore: release 0.6.0 (#88)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 13, 2021
    Copy the full SHA
    2f64b6d View commit details
Showing with 10 additions and 1 deletion.
  1. +7 −0 CHANGELOG.md
  2. +3 −1 setup.py
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.5.0...v0.6.0) (2021-10-13)


### Features

* add trove classifier for python 3.9 and python 3.10 ([#87](https://www.github.com/googleapis/python-binary-authorization/issues/87)) ([73acd98](https://www.github.com/googleapis/python-binary-authorization/commit/73acd98ae81bf43591f7599e70e7f1b264eafceb))

## [0.5.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.4.1...v0.5.0) (2021-10-08)


4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "0.5.0"
version = "0.6.0"

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

@@ -62,6 +62,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
],