Skip to content

Commit

Permalink
Add a readme section for release chores
Browse files Browse the repository at this point in the history
  • Loading branch information
da1910 committed Jan 17, 2025
1 parent 82443db commit 43d58d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Or with pip:
```

### Minimal setup
The following code snippet demonstrates how to perform the minimal setup required to interact with the API using this
library.
The following code snippet demonstrates how to perform the minimal setup required to interact with the 2025 R1 version of the
API using this library.

```python
from typing import Optional
Expand All @@ -108,7 +108,7 @@ from ansys.openapi.common import (
generate_user_agent,
SessionConfiguration,
)
from ansys.grantami.serverapi_openapi import models
from ansys.grantami.serverapi_openapi.v251 import models

SERVICE_PATH = "/proxy/v1.svc/mi" # "/proxy/v1.svc" for Granta MI 2024 R1 and older
MI_AUTH_PATH = "/v1alpha/schema/mi-version"
Expand Down

0 comments on commit 43d58d7

Please sign in to comment.