We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ab7f6 commit 390a669Copy full SHA for 390a669
financejson/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'financeJSON'
2
__description__ = 'A JSON based finance file format'
3
__url__ = 'https://github.com/tomerten/financejson'
4
-__version__ = 'V1.0.1beta6'
+__version__ = 'V1.0.1beta7'
5
__author__ = 'Tom Mertens'
6
__license__ = 'GNU General Public License v3.0'
financejson/schema.json
@@ -1582,7 +1582,7 @@
1582
"hold",
1583
"sell",
1584
"strong sell",
1585
- null
+ "none"
1586
]
1587
},
1588
"numberOfAnalystOpinions": {
0 commit comments