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 1
1
# Changelog
2
2
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)
4
4
5
5
6
6
### Features
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
#
15
- __version__ = "1.24.0 "
15
+ __version__ = "1.24.0rc3 "
Original file line number Diff line number Diff line change 23
23
version = None
24
24
25
25
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 ())
27
27
assert len (version_candidates ) == 1
28
28
version = version_candidates [0 ]
29
29
You can’t perform that action at this time.
0 commit comments