File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-dns/#history
66
7- ## [ 0.35.0 ] ( https://github.com/googleapis/python-dns/compare/v0.34.2...v0.35.0 ) (2023-11-30)
7+ ## [ 0.35.0rc1 ] ( https://github.com/googleapis/python-dns/compare/v0.34.2...v0.35.0rc1 ) (2023-11-30)
88
99
1010### Features
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "0.35.0 "
16+ __version__ = "0.35.0rc1 "
Original file line number Diff line number Diff line change 2929version = None
3030
3131with open (os .path .join (package_root , "google/cloud/dns/version.py" )) as fp :
32- version_candidates = re .findall (r"(?<=\")\d+.\d+.\d+(?=\") " , fp .read ())
32+ version_candidates = re .findall (r"(?<=\")\d+.\d+.\d+rc\d+ " , fp .read ())
3333 assert len (version_candidates ) == 1
3434 version = version_candidates [0 ]
3535
You can’t perform that action at this time.
0 commit comments