Skip to content

Commit

Permalink
chore: release 1.0.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 2, 2021
1 parent f5e9c65 commit 312a76d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0](https://www.github.com/googleapis/python-test-utils/compare/v0.3.0...v1.0.0) (2021-08-02)


### ⚠ BREAKING CHANGES

* 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))

## [0.3.0](https://www.github.com/googleapis/python-test-utils/compare/v0.2.1...v0.3.0) (2021-07-07)


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

version = "0.3.0"
version = "1.0.0"

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

Expand Down

0 comments on commit 312a76d

Please sign in to comment.