We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e6fe2 commit a91c06eCopy full SHA for a91c06e
cloudfoundry_client/__init__.py
@@ -2,4 +2,4 @@
2
This module provides a client library for cloudfoundry_client v2/v3.
3
"""
4
5
-__version__ = "1.37.1"
+__version__ = "1.38.0"
pyproject.toml
@@ -8,7 +8,7 @@ exclude = '''
8
9
[tool.poetry]
10
name = "cloudfoundry_client"
11
-version = "1.37.1"
+version = "1.38.0"
12
description = "A client library for CloudFoundry"
13
authors = ["Benjamin Einaudi <[email protected]>"]
14
readme = "README.rst"
0 commit comments