From 787935bed40fc1f413397c472d9ae260b3700973 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Thu, 9 Jan 2025 17:45:30 +0100 Subject: [PATCH] [Version] v1.6.23 --- CHANGELOG.md | 4 ++++ README.md | 2 +- octobot_services/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27532b..99b409f 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). +## [1.6.23] - 2025-01-09 +### Updated +- Dependencies + ## [1.6.22] - 2025-01-04 ### Updated - Dependencies diff --git a/README.md b/README.md index 4ad155b..6baa643 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Services [1.6.22](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md) +# OctoBot-Services [1.6.23](https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/31a1caa6e5384d80bf890dba5c9b5e4b)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Services?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Services&utm_campaign=Badge_Grade_Dashboard) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Services.svg)](https://pypi.python.org/pypi/OctoBot-Services/) [![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Services/workflows/OctoBot-Services-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Services/actions) diff --git a/octobot_services/__init__.py b/octobot_services/__init__.py index a4bf0e9..082fbd7 100644 --- a/octobot_services/__init__.py +++ b/octobot_services/__init__.py @@ -15,4 +15,4 @@ # License along with this library. PROJECT_NAME = "OctoBot-Services" -VERSION = "1.6.22" # major.minor.revision +VERSION = "1.6.23" # major.minor.revision