Skip to content

Commit d8865e9

Browse files
chore(master): release 2.0.0 (#534)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bbc453f commit d8865e9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/gcp-releasetool/#history
66

7+
## [2.0.0](https://github.com/googleapis/releasetool/compare/v1.17.0...v2.0.0) (2024-03-07)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Require cryptography 42.x.x
13+
14+
### Features
15+
16+
* Add support for python 3.12 ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
17+
18+
19+
### Bug Fixes
20+
21+
* Add minimum requirements for gcp-releasetool ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
22+
* Drop usage of `pkg_resources` ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
23+
* Drop usage of `pkgutil` ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
24+
* Require cryptography 42.x.x ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
25+
* Require python 3.8+ ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
26+
* Update dependencies in requirements.txt and requirements-dev.txt ([18ad023](https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff))
27+
728
## [1.17.0](https://github.com/googleapis/releasetool/compare/v1.16.0...v1.17.0) (2024-01-17)
829

930

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
name = 'gcp-releasetool'
1818
description = ''
19-
version = "1.17.0"
19+
version = "2.0.0"
2020
release_status = 'Development Status :: 3 - Alpha'
2121
dependencies = [
2222
"requests>=2.31.0",

0 commit comments

Comments
 (0)