From 28f2618833aeb6a92bd64e540395cbc3944daa87 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Wed, 26 Nov 2025 11:15:49 +0100 Subject: [PATCH 1/2] [Requirements] use OctoBot[full] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d533019..cb8fa16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Drakkar-Software requirements -OctoBot==2.0.13 +OctoBot[full]==2.0.13 # manage tentacles install path appdirs==1.4.4 From 1d59ab62b2173e10917cd752d54420a70fdf7711 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Wed, 10 Dec 2025 09:49:15 +0100 Subject: [PATCH 2/2] [Version] v0.0.26 --- CHANGELOG.md | 4 ++++ README.md | 2 +- octobot_script/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e6248..80cf5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.28] - 2025-12-10 +### Updated +- OctoBot to 2.0.15 + ## [0.0.27] - 2025-10-18 ### Updated - OctoBot to 2.0.13 diff --git a/README.md b/README.md index afa400e..cedc562 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Script [0.0.27](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) +# OctoBot-Script [0.0.28](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/) [![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script) [![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script) diff --git a/octobot_script/__init__.py b/octobot_script/__init__.py index bdcf120..1512093 100644 --- a/octobot_script/__init__.py +++ b/octobot_script/__init__.py @@ -16,7 +16,7 @@ PROJECT_NAME = "OctoBot-Script" AUTHOR = "Drakkar-Software" -VERSION = "0.0.27" # major.minor.revision => don't forget to also update the setup.py version +VERSION = "0.0.28" # major.minor.revision => don't forget to also update the setup.py version def _use_module_local_tentacles(): diff --git a/requirements.txt b/requirements.txt index cb8fa16..76580ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Drakkar-Software requirements -OctoBot[full]==2.0.13 +OctoBot[full]==2.0.15 # manage tentacles install path appdirs==1.4.4 diff --git a/setup.py b/setup.py index 9f1cc90..048f593 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # from octobot_script import PROJECT_NAME, VERSION # todo figure out how not to import octobot_script.__init__.py here PROJECT_NAME = "OctoBot-Script" -VERSION = "0.0.27" # major.minor.revision +VERSION = "0.0.28" # major.minor.revision def _post_install():