diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e0f33..83a06dc 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.20] - 2024-10-11 +### Updated +- OctoBot to 2.0.6 + ## [0.0.19] - 2024-10-01 ### Updated - OctoBot to 2.0.5 diff --git a/README.md b/README.md index a5e5fa0..a22f30b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Script [0.0.19](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) +# OctoBot-Script [0.0.20](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 720c3c1..bf2795c 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.19" # major.minor.revision => don't forget to also update the setup.py version +VERSION = "0.0.20" # 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 9320033..a96c998 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Drakkar-Software requirements -OctoBot==2.0.5 +OctoBot==2.0.6 # manage tentacles install path appdirs==1.4.4 diff --git a/setup.py b/setup.py index 766c2a7..479e0d1 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.19" # major.minor.revision +VERSION = "0.0.20" # major.minor.revision def _post_install():