We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d61796 commit c68f013Copy full SHA for c68f013
3 files changed
setup.py
@@ -3,7 +3,7 @@
3
4
# This is also defined in simfin/__init__.py and must be
5
# updated in both places.
6
-MY_VERSION = '0.8.0'
+MY_VERSION = '0.8.1'
7
8
setup(
9
name='simfin',
simfin/__init__.py
@@ -1,5 +1,5 @@
1
# This is also defined in setup.py and must be updated in both places.
2
-__version__ = "0.8.0"
+__version__ = "0.8.1"
# Expose the following as top-level imports.
simfin/names_extra.py
@@ -260,3 +260,6 @@
260
VOL_TURN = VOLUME_TURNOVER = 'Volume Turnover'
261
262
##########################################################################
263
+# Other
264
+#: Shares outstanding as per last available date for the 'shareprices' dataset.
265
+SHARES_OUTSTANDING = 'Shares Outstanding'
0 commit comments