Skip to content

Commit

Permalink
Minor changes to ConfigManager
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Apr 10, 2020
1 parent d37046b commit b5bede1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ In findatapy/examples you will find several demos

# Coding log

* 06 Apr 2020
* Minor changes to ConfigManager
* 05 Apr 2020
* Added push to cache parameter for MarketDataRequest
* 04 Apr 2020
Expand Down
1 change: 0 additions & 1 deletion findatapy/util/configmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def convert_library_to_vendor_field(source, field):
return ConfigManager._dict_time_series_fields_list_library_to_vendor[
source + '.' + field]


## test function
if __name__ == '__main__':
logger = LoggerManager().getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
tickers, using configuration files. There is also functionality which is particularly useful for those downloading FX market data."""

setup(name='findatapy',
version='0.1.9',
version='0.1.10',
description='Market data library',
author='Saeed Amen',
author_email='saeed@cuemacro.com',
Expand Down

0 comments on commit b5bede1

Please sign in to comment.