From 2cd8c2176961c399f3b975e5e94e1246b581c3dd Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Mon, 29 Dec 2025 18:22:17 +0100 Subject: [PATCH] [Version] v0.0.29 --- 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 80cf5d4..555646c 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.29] - 2025-12-29 +### Updated +- OctoBot to 2.0.16 + ## [0.0.28] - 2025-12-10 ### Updated - OctoBot to 2.0.15 diff --git a/README.md b/README.md index cedc562..559b685 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Script [0.0.28](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) +# OctoBot-Script [0.0.29](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 1512093..ea3d86e 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.28" # major.minor.revision => don't forget to also update the setup.py version +VERSION = "0.0.29" # 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 76580ca..aee6720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Drakkar-Software requirements -OctoBot[full]==2.0.15 +OctoBot[full]==2.0.16 # manage tentacles install path appdirs==1.4.4 diff --git a/setup.py b/setup.py index 048f593..b60859c 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.28" # major.minor.revision +VERSION = "0.0.29" # major.minor.revision def _post_install():