Skip to content

Commit 344ea75

Browse files
committed
[Version] v0.0.24
1 parent c94eecb commit 344ea75

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.24] - 2025-05-25
8+
### Updated
9+
- OctoBot to 2.0.10
10+
711
## [0.0.23] - 2025-03-10
812
### Updated
913
- OctoBot to 2.0.9

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.23](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
1+
# OctoBot-Script [0.0.24](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.23" # major.minor.revision => don't forget to also update the setup.py version
19+
VERSION = "0.0.24" # 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.9
2+
OctoBot==2.0.10
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.23" # major.minor.revision
11+
VERSION = "0.0.24" # major.minor.revision
1212

1313

1414
def _post_install():

0 commit comments

Comments
 (0)