File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.0.21] - 2024-10-28
8
+ ### Updated
9
+ - OctoBot to 2.0.7
10
+ ### Fixed
11
+ - Indicators plotting
12
+
7
13
## [ 0.0.20] - 2024-10-11
8
14
### Updated
9
15
- OctoBot to 2.0.6
Original file line number Diff line number Diff line change 1
- # OctoBot-Script [ 0.0.20 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
1
+ # OctoBot-Script [ 0.0.21 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
2
2
[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi )] ( https://pypi.python.org/pypi/octobot-script/ )
3
3
[ ![ Downloads] ( https://static.pepy.tech/badge/OctoBot-Script/month )] ( https://pepy.tech/project/octobot-script )
4
4
[ ![ Dockerhub] ( https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker )] ( https://hub.docker.com/r/drakkarsoftware/octobot-script )
Original file line number Diff line number Diff line change 16
16
17
17
PROJECT_NAME = "OctoBot-Script"
18
18
AUTHOR = "Drakkar-Software"
19
- VERSION = "0.0.20 " # major.minor.revision => don't forget to also update the setup.py version
19
+ VERSION = "0.0.21 " # major.minor.revision => don't forget to also update the setup.py version
20
20
21
21
22
22
def _use_module_local_tentacles ():
Original file line number Diff line number Diff line change 1
1
# Drakkar-Software requirements
2
- OctoBot == 2.0.6
2
+ OctoBot == 2.0.7
3
3
4
4
# manage tentacles install path
5
5
appdirs == 1.4.4
Original file line number Diff line number Diff line change 8
8
# from octobot_script import PROJECT_NAME, VERSION
9
9
# todo figure out how not to import octobot_script.__init__.py here
10
10
PROJECT_NAME = "OctoBot-Script"
11
- VERSION = "0.0.20 " # major.minor.revision
11
+ VERSION = "0.0.21 " # major.minor.revision
12
12
13
13
14
14
def _post_install ():
You can’t perform that action at this time.
0 commit comments