File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
22
unicode_literals )
23
23
24
24
25
- __version__ = '1.9.77 .123'
25
+ __version__ = '1.9.78 .123'
26
26
27
27
__btversion__ = tuple (int (x ) for x in __version__ .split ('.' ))
Original file line number Diff line number Diff line change
1
+ 1.9.78.123 :
2
+ - PR # 479 Fix errors for simulated orders
3
+ 1.9.77.123 :
4
+ - PR # 472
5
+ - Added posibitity for Black theme for charts
6
+ - Added posibitity to run on matplotlib 3.6+
7
+ - Added posibitity to run on Python 3.9+
8
+
1
9
1.9.76.123 :
2
10
- PR # 405 Fix initial Renko bricks
3
11
- Add option to select fixing of initial Renko bricks
Original file line number Diff line number Diff line change 2
2
#
3
3
# Generate pypi wheels universal package and upload
4
4
#
5
- python setup.py bdist_wheel --universal upload -r pypi
5
+ rm dist/*
6
+ python setup.py bdist_wheel --universal
7
+ twine upload dist/*
You can’t perform that action at this time.
0 commit comments