Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 7eb16e8

Browse files
chore(main): release 1.3.3 (#157)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d15efb2 commit 7eb16e8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/googleapis/python-org-policy/compare/v1.3.2...v1.3.3) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#155](https://github.com/googleapis/python-org-policy/issues/155)) ([50c659f](https://github.com/googleapis/python-org-policy/commit/50c659fd79f2f663a5988239846773019aea08e0))
9+
10+
11+
### Documentation
12+
13+
* fix changelog header to consistent size ([#156](https://github.com/googleapis/python-org-policy/issues/156)) ([9231917](https://github.com/googleapis/python-org-policy/commit/9231917a644d0a1fe047db255269c7886eeb50c6))
14+
315
## [1.3.2](https://github.com/googleapis/python-org-policy/compare/v1.3.1...v1.3.2) (2022-05-26)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.3.2"
22+
version = "1.3.3"
2323

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

0 commit comments

Comments
 (0)