8000 chore: release candidate v1.24.0rc3 · googleapis/proto-plus-python@b121c68 · GitHub
[go: up one dir, main page]

Skip to content

Commit b121c68

Browse files
committed
chore: release candidate v1.24.0rc3
1 parent 59888d8 commit b121c68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.24.0](https://github.com/googleapis/proto-plus-python/compare/v1.23.0...v1.24.0) (2024-06-11)
3+
## [1.24.0rc3](https://github.com/googleapis/proto-plus-python/compare/v1.23.0...v1.24.0rc3) (2024-06-11)
44

55

66
### Features

proto/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
__version__ = "1.24.0"
15+
__version__ = "1.24.0rc3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
version = None
2424

2525
with open(os.path.join(PACKAGE_ROOT, "proto/version.py")) as fp:
26-
version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+(?=\")", fp.read())
26+
version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+rc\d+", fp.read())
2727
assert len(version_candidates) == 1
2828
version = version_candidates[0]
2929

0 commit comments

Comments
 (0)
0