File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.1.1] - 2026-03-22
7+ ## [ 0.1.1] - 2026-03-30
88### Updated
9- - OctoBot to 2.1.0
9+ - OctoBot to 2.1.1
1010- Added python 3.13 support
1111
1212## [ 0.1.0] - 2026-02-27
Original file line number Diff line number Diff line change 1- # OctoBot-Script [ 0.1.0 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
1+ # OctoBot-Script [ 0.1.1 ] ( 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 )
Original file line number Diff line number Diff line change 11# Drakkar-Software requirements
2- OctoBot [full ]== 2.1.0
2+ OctoBot [full ]== 2.1.1
33
44# manage tentacles install path
55appdirs == 1.4.4
Original file line number Diff line number Diff line change 1212# from octobot_script import PROJECT_NAME, VERSION
1313# todo figure out how not to import octobot_script.__init__.py here
1414PROJECT_NAME = "OctoBot-Script"
15- VERSION = "0.0.30 " # major.minor.revision
15+ VERSION = "0.1.1 " # major.minor.revision
1616
1717ROOT_DIR = os .path .dirname (os .path .abspath (__file__ ))
1818REPORT_DIST = os .path .join (
You can’t perform that action at this time.
0 commit comments