Skip to content

Commit 55f082a

Browse files
authored
chore: release 2.3.2 (#324)
* fix: address broken wheels in version 2.3.1 * Update CHANGELOG.md
1 parent 13b44df commit 55f082a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.3.2](https://www.github.com/googleapis/python-api-core/compare/v2.3.1...v2.3.2) (2021-12-16)
8+
9+
### Bug Fixes
10+
11+
* address broken wheels in version 2.3.1
12+
713
## [2.3.1](https://www.github.com/googleapis/python-api-core/compare/v2.3.0...v2.3.1) (2021-12-15)
814

915

google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.3.1"
15+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)