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 44212b9 commit 8f70b6fCopy full SHA for 8f70b6f
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.38.2"
+__version__ = "1.38.4"
pyproject.toml
@@ -8,7 +8,7 @@ exclude = '''
8
9
[tool.poetry]
10
name = "cloudfoundry_client"
11
-version = "1.38.3"
+version = "1.38.4"
12
description = "A client library for CloudFoundry"
13
authors = ["Benjamin Einaudi <[email protected]>"]
14
readme = "README.rst"
0 commit comments