Skip to content

Commit

Permalink
[Version] v2.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Apr 18, 2024
1 parent 206f8af commit 570070a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [2.9.11] - 2023-02-18
### Fixed
- SSL certificate issues

## [2.9.10] - 2023-02-13
### Added
- API: register_extra_tentacle_data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot-Tentacles-Manager [2.9.10](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/tree/master/CHANGELOG.md)
# OctoBot-Tentacles-Manager [2.9.11](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/tree/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Tentacles-Manager.svg)](https://pypi.python.org/pypi/OctoBot-Tentacles-Manager/)
[![Downloads](https://pepy.tech/badge/OctoBot-Tentacles-Manager/month)](https://pepy.tech/project/OctoBot-Tentacles-Manager)
[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/workflows/OctoBot-Tentacles-Manager-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/actions)
Expand Down
2 changes: 1 addition & 1 deletion octobot_tentacles_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library.

VERSION = "2.9.10"
VERSION = "2.9.11"
PROJECT_NAME = "OctoBot-Tentacles-Manager"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ setuptools
cython==0.29.32

# Drakkar-Software requirements
OctoBot-Commons>=1.9.39, <1.10
OctoBot-Commons>=1.9.44, <1.10

# async files management
aiofiles>=0.6.0, <0.7

# async http requests
aiohttp>=3.8.1
aiohttp>=3.9.5

# Templating requirements
jinja2>=3.0.3
Expand Down

0 comments on commit 570070a

Please sign in to comment.