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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

### [1.2.1](https://www.github.com/googleapis/python-security-private-ca/compare/v1.2.0...v1.2.1) (2021-11-02)


### Bug Fixes

* **deps:** drop packaging dependency ([7a1d242](https://www.github.com/googleapis/python-security-private-ca/commit/7a1d2429be86650e03607ca4435fe8a8593509ae))
* **deps:** require google-api-core >= 1.28.0 ([7a1d242](https://www.github.com/googleapis/python-security-private-ca/commit/7a1d2429be86650e03607ca4435fe8a8593509ae))


### Documentation

* fix docstring formatting ([#141](https://www.github.com/googleapis/python-security-private-ca/issues/141)) ([79e9911](https://www.github.com/googleapis/python-security-private-ca/commit/79e991145543f7588d21bcc274eba983aba3653d))
* list oneofs in docstring ([7a1d242](https://www.github.com/googleapis/python-security-private-ca/commit/7a1d2429be86650e03607ca4435fe8a8593509ae))

## [1.2.0](https://www.github.com/googleapis/python-security-private-ca/compare/v1.1.0...v1.2.0) (2021-10-25)


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

version = "1.2.0"
version = "1.2.1"

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

Expand Down

0 comments on commit 1656cb9

Please sign in to comment.