We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9815aa0 commit c38a886Copy full SHA for c38a886
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# edfi_api_client v0.3.1
2
+## Under the Hood
3
+- Configure base logger handlers only when not preconfigured by the executing script.
4
+
5
6
# edfi_api_client v0.3.0
7
## New Features
8
- Remove support for Ed-Fi 2.
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name='edfi_api_client',
9
- version='0.3.0',
+ version='0.3.1',
10
description='Ed-Fi API client and tools',
11
license_files=['LICENSE'],
12
url='https://github.com/edanalytics/edfi_api_client',
0 commit comments