8000 chore(main): release 1.4.0 · googleapis/python-test-utils@da2992b · GitHub
[go: up one dir, main page]

Skip to content

Commit da2992b

Browse files
chore(main): release 1.4.0
1 parent d75ec3d commit da2992b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/googleapis/python-test-utils/compare/v1.3.3...v1.4.0) (2023-11-29)
4+
5+
6+
### Features
7+
8+
* Add support for Python 3.12 ([474961a](https://github.com/googleapis/python-test-utils/commit/474961aa62ec598f8aa658b92032f1843a507116))
9+
310
## [1.3.3](https://github.com/googleapis/python-test-utils/compare/v1.3.2...v1.3.3) (2022-07-10)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import setuptools # type: ignore
1818

19-
version = "1.3.3"
19+
version = "1.4.0"
2020

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

0 commit comments

Comments
 (0)
0