Skip to content

Commit 889bccf

Browse files
committed
Bump OctoBot version
Signed-off-by: Herklos <herklos@drakkar.software>
1 parent 0a8345f commit 889bccf

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.1] - 2026-03-22
8+
### Updated
9+
- OctoBot to 2.1.0
10+
711
## [0.1.0] - 2026-02-27
812
### Added
913
- Support for services tentacles

octobot_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
PROJECT_NAME = "OctoBot-Script"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "0.1.0" # major.minor.revision => don't forget to also update the setup.py version
19+
VERSION = "0.1.1" # major.minor.revision => don't forget to also update the setup.py version
2020

2121

2222
def _use_module_local_tentacles():

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Drakkar-Software requirements
2-
OctoBot[full]==2.0.16
2+
OctoBot[full]==2.1.0
33

44
# manage tentacles install path
55
appdirs==1.4.4

0 commit comments

Comments
 (0)