Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
forkcs committed May 13, 2020
1 parent ea6c1a6 commit f0403fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a library-like application, which operates with orders and positions on your account.

*Current version:* **0.7**
*Current version:* **0.7.1**
#### Features:
* Creating an cancelling orders on your account. Stop-loss, Limit, passive, reduce-only, close-only, hidden orders supported.
* Preventing these orders for being lost, cancelled or rejected: Supervisor will place them anew.
Expand Down
2 changes: 1 addition & 1 deletion supervisor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from supervisor._supervisor import *

__version__ = '0.7'
__version__ = '0.7.1'
1 change: 0 additions & 1 deletion tests/integration/test_trailing_stop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import unittest
from time import sleep
from unittest.mock import Mock

from supervisor import Supervisor
Expand Down

0 comments on commit f0403fd

Please sign in to comment.