Skip to content

Commit 9bc2cb9

Browse files
authored
Update metadata files with new features before patch release. (#39)
1 parent 267ff11 commit 9bc2cb9

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# edfi_api_client v0.2.3
2+
## New Features
3+
- Add `use_snapshot` flag to `EdFiClient` for making requests against snapshots (default `False`).
4+
5+
16
# edfi_api_client v0.2.2
27
## New Features
38
- Access resource `/keyChanges` endpoint using optional `get_key_changes` flag in `EdFiResource`.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Some methods do not require credentials to be called.
5050
| api_mode | The API mode of the ODS (e.g., `shared_instance`, `year_specific`, etc.). If empty, the mode will automatically be inferred from the ODS' Swagger spec (Ed-Fi 3 only). |
5151
| api_year | The year of data to connect to if accessing a `year_specific` or `instance_year_specific` ODS. |
5252
| instance_code | The instance code if accessing an `instance_year_specific` ODS. |
53+
| use_snapshot | Boolean flag for whether connected ODS is a snapshot (default `False`). |
5354

5455
If either `client_key` or `client_secret` are empty, a session with the ODS will not be established.
5556

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='edfi_api_client',
9-
version='0.2.2',
9+
version='0.2.3',
1010
description='Ed-Fi API client and tools',
1111
license_files=['LICENSE'],
1212
url='https://github.com/edanalytics/edfi_api_client',

0 commit comments

Comments
 (0)