Skip to content

Commit

Permalink
Merge pull request #313 from calvinhzy/release-v2.4.0
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
calvinhzy authored Nov 29, 2023
2 parents 0d3b705 + 0a8fa71 commit c762afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

2.4.0
++++++
* Support data plane client with dynamic endpoint fetched from a response. (#311)

2.3.0
++++++
* Support data-plane generation. (#307)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "3", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "4", "0", "")

# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See
Expand Down

0 comments on commit c762afc

Please sign in to comment.