Skip to content
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
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.0](https://github.com/googleapis/python-dns/compare/v0.34.2...v0.35.0) (2023-11-30)


### Features

* Add support for Python 3.12 ([#233](https://github.com/googleapis/python-dns/issues/233)) ([2e60d57](https://github.com/googleapis/python-dns/commit/2e60d57f5fa58f4bbf86fe9a698a773d3ebc415f))
* Introduce compatibility with native namespace packages ([#232](https://github.com/googleapis/python-dns/issues/232)) ([8e9f0be](https://github.com/googleapis/python-dns/commit/8e9f0bef3ad042ba93d46a9ff0f5a7a0fd1ced16))

## [0.34.2](https://github.com/googleapis/python-dns/compare/v0.34.1...v0.34.2) (2023-11-09)


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.34.2"
__version__ = "0.35.0"
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ filterwarnings =
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
# Remove after support for Python 3.7 is dropped
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning