Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 573fb5a

Browse files

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.7.0](https://www.github.com/googleapis/python-os-config/compare/v1.6.0...v1.7.0) (2021-10-18)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#133](https://www.github.com/googleapis/python-os-config/issues/133)) ([44e23f4](https://www.github.com/googleapis/python-os-config/commit/44e23f4b82fad2079b79366670b8a14002a37d68))
9+
* Update RecurringSchedule.Frequency with DAILY frequency ([#137](https://www.github.com/googleapis/python-os-config/issues/137)) ([75b232e](https://www.github.com/googleapis/python-os-config/commit/75b232e9ca86beeb6a9d2a9f45629e2ffa458c6d))
10+
311
## [1.6.0](https://www.github.com/googleapis/python-os-config/compare/v1.5.2...v1.6.0) (2021-10-08)
412

513

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
name = "google-cloud-os-config"
2626
description = "Google Cloud OS Config API client library"
27-
version = "1.6.0"
27+
version = "1.7.0"
2828
# Should be one of:
2929
# 'Development Status :: 3 - Alpha'
3030
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)