Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release 0.35.1
  • Loading branch information
release-please[bot] authored Apr 25, 2025
commit 6c1ff83dc5f2aa66775dde0bb76d28b1e4d3e37b
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-dns/#history

## [0.35.1](https://github.com/googleapis/python-dns/compare/v0.35.0...v0.35.1) (2025-04-25)


### Bug Fixes

* Remove setup.cfg configuration for creating universal wheels ([#316](https://github.com/googleapis/python-dns/issues/316)) ([942de3a](https://github.com/googleapis/python-dns/commit/942de3a839386c75a9333cbb09c7020704ac253c))
* Resolve issues where pre-release versions of dependencies are installed ([#313](https://github.com/googleapis/python-dns/issues/313)) ([5e1a6bc](https://github.com/googleapis/python-dns/commit/5e1a6bc3fa73027d9b59fe40a34e24d79415e0dd))

## [0.35.0](https://github.com/googleapis/python-dns/compare/v0.34.2...v0.35.0) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dns/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.35.0"
__version__ = "0.35.1"