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 b22508c commit e0c0e61Copy full SHA for e0c0e61
HISTORY.md
@@ -126,3 +126,10 @@ Bug fix release:
126
127
* [Issue 58](https://github.com/adobe-apiplatform/umapi-client.py/issues/58)
128
* Error when adding more than 10 groups in a single action step.
129
+
130
+### Version 2.10
131
132
+Enhancement release:
133
134
+* [Issue 33](https://github.com/adobe-apiplatform/umapi-client.py/issues/33)
135
+ * Allow connection configuration via environment variables.
umapi_client/version.py
@@ -18,4 +18,4 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
20
21
-__version__ = "2.9"
+__version__ = "2.10"
0 commit comments