From e058ea17faff254fca38f2a4e3ff4122a5faf9cc Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Wed, 21 Aug 2024 11:00:16 -0400 Subject: [PATCH 1/2] Add versionadded directives for new functionality --- src/ansys/openapi/common/_session.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ansys/openapi/common/_session.py b/src/ansys/openapi/common/_session.py index 9a0efaea..1d6217e7 100644 --- a/src/ansys/openapi/common/_session.py +++ b/src/ansys/openapi/common/_session.py @@ -85,6 +85,8 @@ class AuthenticationScheme(Enum): """Authentication scheme. Used to specify an authentication scheme used when connecting to the server with credentials. + + .. versionadded:: 2.1 """ AUTO = "auto" @@ -234,6 +236,8 @@ def with_credentials( authentication scheme. Valid schemes for this method are :attr:`~.AuthenticationScheme.BASIC` or :attr:`~.AuthenticationScheme.NTLM`. + .. versionadded:: 2.1 + Returns ------- :class:`~ansys.openapi.common.ApiClientFactory` From d885a0c45310727e00a974ca5a9f7626377d22b5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:01:56 +0000 Subject: [PATCH 2/2] chore: adding changelog file 647.documentation.md --- doc/changelog.d/647.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/647.documentation.md diff --git a/doc/changelog.d/647.documentation.md b/doc/changelog.d/647.documentation.md new file mode 100644 index 00000000..d4c85644 --- /dev/null +++ b/doc/changelog.d/647.documentation.md @@ -0,0 +1 @@ +Add versionadded directives for new functionality \ No newline at end of file