Skip to content

Commit

Permalink
Updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Jun 1, 2021
1 parent 4db3e7b commit 5dabfe7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -154,6 +154,7 @@ In finmarketpy/examples you will find several examples, including some simple tr

# Release Notes

* 0.11.9 - finmarketpy (01 Jun 2021)
* 0.11.8 - finmarketpy (25 Jan 2021)
* 0.11.7 - finmarketpy (20 Oct 2020)
* 0.11.6 - finmarketpy (02 Oct 2020)
Expand Down
Expand Up @@ -17,11 +17,11 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"end_time": "2021-05-04T16:36:50.801898Z",
"start_time": "2021-05-04T16:36:46.546247Z"
"end_time": "2021-06-01T11:43:54.457449Z",
"start_time": "2021-06-01T11:43:44.153477Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -51,11 +51,11 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2021-05-04T16:36:51.297493Z",
"start_time": "2021-05-04T16:36:50.803899Z"
"end_time": "2021-06-01T11:43:55.283797Z",
"start_time": "2021-06-01T11:43:54.459444Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -317,11 +317,11 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 6,
"metadata": {
"ExecuteTime": {
"end_time": "2021-05-04T16:36:58.384545Z",
"start_time": "2021-05-04T16:36:56.659212Z"
"end_time": "2021-06-01T11:44:11.043778Z",
"start_time": "2021-06-01T11:44:09.307217Z"
}
},
"outputs": [
Expand All @@ -331,11 +331,10 @@
"text": [
" VIX.close\n",
"Date \n",
"2021-04-28 17.280001\n",
"2021-04-29 17.610001\n",
"2021-04-30 18.610001\n",
"2021-05-03 18.309999\n",
"2021-05-04 20.790001\n"
"2021-05-26 17.360001\n",
"2021-05-27 16.740000\n",
"2021-05-28 16.760000\n",
"2021-06-01 17.150000\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
trading strategies using a simple to use API, which has prebuilt templates for you to define backtest."""

setup(name='finmarketpy',
version='0.11.8',
version='0.11.9',
description='finmarketpy is a Python based library for backtesting trading strategies',
author='Saeed Amen',
author_email='saeed@cuemacro.com',
Expand Down

0 comments on commit 5dabfe7

Please sign in to comment.