Skip to content

Commit 390a669

Browse files
committed
updated null to "none" to match yahoo data
1 parent c7ab7f6 commit 390a669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

financejson/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'financeJSON'
22
__description__ = 'A JSON based finance file format'
33
__url__ = 'https://github.com/tomerten/financejson'
4-
__version__ = 'V1.0.1beta6'
4+
__version__ = 'V1.0.1beta7'
55
__author__ = 'Tom Mertens'
66
__license__ = 'GNU General Public License v3.0'

financejson/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@
15821582
"hold",
15831583
"sell",
15841584
"strong sell",
1585-
null
1585+
"none"
15861586
]
15871587
},
15881588
"numberOfAnalystOpinions": {

0 commit comments

Comments
 (0)