Skip to content

Commit b853d7c

Browse files
committed
Version 1.9.78.123
1 parent e90b99b commit b853d7c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

backtrader/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
unicode_literals)
2323

2424

25-
__version__ = '1.9.77.123'
25+
__version__ = '1.9.78.123'
2626

2727
__btversion__ = tuple(int(x) for x in __version__.split('.'))

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
1.9.76.123:
210
- PR#405 Fix initial Renko bricks
311
- Add option to select fixing of initial Renko bricks

pypi.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#
33
# Generate pypi wheels universal package and upload
44
#
5-
python setup.py bdist_wheel --universal upload -r pypi
5+
rm dist/*
6+
python setup.py bdist_wheel --universal
7+
twine upload dist/*

0 commit comments

Comments
 (0)