This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.24.0.dev0] ( https://github.com/googleapis/proto-plus-python/compare/v1.22.3...v1.24.0dev0 ) (2024-02-14)
4+
5+
6+ ### Features
7+
8+ * Add ` always_print_fields_with_no_presence ` fields to ` to_json ` and ` to_dict ` ([ #433 ] )(https://github.com/googleapis/proto-plus-python/pull/433 )
9+
10+
11+ ### Bug Fixes
12+
13+ * Fix compatibility with ` protobuf==5.26.0rc2 ` ([ #433 ] )(https://github.com/googleapis/proto-plus-python/pull/433 )
14+
15+
16+ ### Documentation
17+
18+ * Deprecate field ` including_default_value_fields ` in ` to_json ` and ` to_dict ` ([ #433 ] )(https://github.com/googleapis/proto-plus-python/pull/433 )
19+
20+
321## [ 1.23.0] ( https://github.com/googleapis/proto-plus-python/compare/v1.22.3...v1.23.0 ) (2023-12-01)
422
523
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414#
15- __version__ = "1.23.0 "
15+ __version__ = "1.24.0.dev0 "
Original file line number Diff line number Diff line change 2323version = None
2424
2525with 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+.dev\d+ " , fp .read ())
2727 assert len (version_candidates ) == 1
2828 version = version_candidates [0 ]
2929
You can’t perform that action at this time.
0 commit comments