Skip to content

Commit 1b1476d

Browse files
release-please[bot]partheam-strzelczyk
authored
chore(main): release 1.3.1 (#273)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com>
1 parent ad692ff commit 1b1476d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-cloud-compute/CHANGELOG.md

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

3+
### [1.3.1](https://github.com/googleapis/python-compute/compare/v1.3.0...v1.3.1) (2022-05-05)
4+
5+
6+
### Documentation
7+
8+
* **samples:** Adding samples for image creation and deletion ([#270](https://github.com/googleapis/python-compute/issues/270)) ([89ab205](https://github.com/googleapis/python-compute/commit/89ab205ced84e876372d7ab1e2ac300227935079))
9+
* **samples:** Adding samples for image related operations ([#277](https://github.com/googleapis/python-compute/issues/277)) ([35c548e](https://github.com/googleapis/python-compute/commit/35c548ec8f5833148200bf0f333eb6c088147864))
10+
* **samples:** Adding Windows server samples ([#274](https://github.com/googleapis/python-compute/issues/274)) ([06291b5](https://github.com/googleapis/python-compute/commit/06291b5dabe42b47955e36f9e9e2e651b5512d75))
11+
* **samples:** Improving snapshot samples ([#276](https://github.com/googleapis/python-compute/issues/276)) ([343be37](https://github.com/googleapis/python-compute/commit/343be37bea8f032bfb5cd5f3ca99e9b003d02a7d))
12+
313
## [1.3.0](https://github.com/googleapis/python-compute/compare/v1.2.0...v1.3.0) (2022-04-21)
414

515

packages/google-cloud-compute/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.3.0"
22+
version = "1.3.1"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)