Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: release candidate v1.11.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Aug 13, 2024
1 parent 0b67dbf commit c2af294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.11.1](https://github.com/googleapis/python-org-policy/compare/v1.11.0...v1.11.1) (2024-08-13)
## [1.11.1rc1](https://github.com/googleapis/python-org-policy/compare/v1.11.0...v1.11.1rc1) (2024-08-13)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/orgpolicy/gapic_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__ = "1.11.1" # {x-release-please-version}
__version__ = "1.11.1rc1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version = None

with open(os.path.join(package_root, "google/cloud/orgpolicy/gapic_version.py")) as fp:
version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+(?=\")", fp.read())
version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+rc\d+(?=\")", fp.read())
assert len(version_candidates) == 1
version = version_candidates[0]

Expand Down

0 comments on commit c2af294

Please sign in to comment.