8000 CP-9044/enable-api-key-as-environment-variable: Enabling API keys in … · Nasdaq/data-link-python@86c5665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86c5665

Browse files
ericvautour-quandlcouture-ql
authored andcommitted
CP-9044/enable-api-key-as-environment-variable: Enabling API keys in environment variables
1 parent b68ff2e commit 86c5665

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.0.1 - 2022-01-27
2+
3+
* Allow user to set API Key as an environment variable
4+
15
### 1.0.0 - 2021-11-21
26

37
* Rebranded

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and empty, a ValueError will be thrown.
4545

4646
#### Alternative API Key file location
4747

48-
Since 1.0.0, the `nasdaq-data-link` module will attempt to autoload your API Key. If you prefer to store it in another location, you must
48+
Since 1.0.1, the `nasdaq-data-link` module will attempt to autoload your API Key. If you prefer to store it in another location, you must
4949
explicitly call `read_key()` with a custom path. See below:
5050

5151
```python

nasdaqdatalink/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.0.0'
1+
VERSION = '1.0.1'

0 commit comments

Comments
 (0)
0