Skip to content

Commit 1fc1939

Browse files
chore: release 1.0.0 (#48)
1 parent 5022f05 commit 1fc1939

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-testutils/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.0.0](https://www.github.com/googleapis/python-test-utils/compare/v0.3.0...v1.0.0) (2021-08-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Python 2.7 ([#43](https://www.github.com/googleapis/python-test-utils/issues/43)) ([f5e9c65](https://www.github.com/googleapis/python-test-utils/commit/f5e9c6535481e1ed70fa5e356668e5b0695481e0))
9+
310
## [0.3.0](https://www.github.com/googleapis/python-test-utils/compare/v0.2.1...v0.3.0) (2021-07-07)
411

512

packages/google-cloud-testutils/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 = "0.3.0"
19+
version = "1.0.0"
2020

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

0 commit comments

Comments
 (0)