Skip to content

Commit

Permalink
chore(sdk): release kfp-kubernetes 1.4.0 (#11380)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <[email protected]>
  • Loading branch information
chensun authored Nov 14, 2024
1 parent 77f23c9 commit 8faa24d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion kubernetes_platform/python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,19 @@ def decorator(func):
'version_dropdown':
True,
'version_info': [
{
'version':
'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-1.4.0/',
'title':
'1.4.0',
'aliases': ['stable'],
},
{
'version':
'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-1.3.0/',
'title':
'1.3.0',
'aliases': ['stable'],
'aliases': [],
},
{
'version':
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_platform/python/kfp/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.3.0'
__version__ = '1.4.0'

__all__ = [
'add_ephemeral_volume',
Expand Down

0 comments on commit 8faa24d

Please sign in to comment.