Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

Commit 41c2273

Browse files
author
Clement Leung
committed
version bump
1 parent 6f3dbaa commit 41c2273

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+
### 3.0.1 - 2016-05-25
2+
3+
* Handle unexpected errors
4+
15
### 3.0.0 - 2016-04-22
26

37
* Datatables for developers

quandl/version.py

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

test/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def test_build_request(self, mock):
6767
'accept': ('application/json, '
6868
'application/vnd.quandl+json;version=2015-04-09'),
6969
'request-source': 'python',
70-
'request-source-version': '3.0.0'},
70+
'request-source-version': '3.0.1'},
7171
params={'per_page': 10, 'page': 2})
7272
self.assertEqual(mock.call_args, expected)

0 commit comments

Comments
 (0)