Skip to content

Commit dc9fe62

Browse files
committed
[Version] v0.0.21
1 parent 0f850aa commit dc9fe62

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.21] - 2024-10-28
8+
### Updated
9+
- OctoBot to 2.0.7
10+
### Fixed
11+
- Indicators plotting
12+
713
## [0.0.20] - 2024-10-11
814
### Updated
915
- OctoBot to 2.0.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/)
33
[![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script)

octobot_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
PROJECT_NAME = "OctoBot-Script"
1818
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
2020

2121

2222
def _use_module_local_tentacles():

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Drakkar-Software requirements
2-
OctoBot==2.0.6
2+
OctoBot==2.0.7
33

44
# manage tentacles install path
55
appdirs==1.4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# from octobot_script import PROJECT_NAME, VERSION
99
# todo figure out how not to import octobot_script.__init__.py here
1010
PROJECT_NAME = "OctoBot-Script"
11-
VERSION = "0.0.20" # major.minor.revision
11+
VERSION = "0.0.21" # major.minor.revision
1212

1313

1414
def _post_install():

0 commit comments

Comments
 (0)