File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.0.19] - 2024-10-01
8+ ### Updated
9+ - OctoBot to 2.0.5
10+
711## [ 0.0.18] - 2024-07-10
812### Updated
913- OctoBot to 2.0.1
Original file line number Diff line number Diff line change 1- # OctoBot-Script [ 0.0.18 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
1+ # OctoBot-Script [ 0.0.19 ] ( 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 1616
1717PROJECT_NAME = "OctoBot-Script"
1818AUTHOR = "Drakkar-Software"
19- VERSION = "0.0.18 " # major.minor.revision => don't forget to also update the setup.py version
19+ VERSION = "0.0.19 " # major.minor.revision => don't forget to also update the setup.py version
2020
2121
2222def _use_module_local_tentacles ():
Original file line number Diff line number Diff line change 11# Drakkar-Software requirements
2- OctoBot == 2.0.1
2+ OctoBot == 2.0.5
33
44# manage tentacles install path
55appdirs == 1.4.4
Original file line number Diff line number Diff line change 88# from octobot_script import PROJECT_NAME, VERSION
99# todo figure out how not to import octobot_script.__init__.py here
1010PROJECT_NAME = "OctoBot-Script"
11- VERSION = "0.0.18 " # major.minor.revision
11+ VERSION = "0.0.19 " # major.minor.revision
1212
1313
1414def _post_install ():
You can’t perform that action at this time.
0 commit comments