diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64d05e4..096f90f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, windows-latest, ubuntu-latest ] + os: [ macos-13, windows-latest, ubuntu-latest ] type: [ sources ] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d7c46..a1bc007 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). +## [0.0.17] - 2024-05-01 +### Updated +- OctoBot to 1.0.10 + ## [0.0.16] - 2023-01-14 ### Updated - OctoBot to 1.0.6 diff --git a/README.md b/README.md index fc1ac26..c990f14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Script [0.0.16](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) +# OctoBot-Script [0.0.17](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/) [![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script) [![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script) diff --git a/octobot_script/__init__.py b/octobot_script/__init__.py index b0e5cd9..96dfe3c 100644 --- a/octobot_script/__init__.py +++ b/octobot_script/__init__.py @@ -16,7 +16,7 @@ PROJECT_NAME = "OctoBot-Script" AUTHOR = "Drakkar-Software" -VERSION = "0.0.16" # major.minor.revision => don't forget to also update the setup.py version +VERSION = "0.0.17" # major.minor.revision => don't forget to also update the setup.py version def _use_module_local_tentacles(): diff --git a/requirements.txt b/requirements.txt index 106da43..a0367d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Drakkar-Software requirements -OctoBot==1.0.6 +OctoBot==1.0.10 # manage tentacles install path appdirs==1.4.4 diff --git a/setup.py b/setup.py index c596e72..184bc32 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # from octobot_script import PROJECT_NAME, VERSION # todo figure out how not to import octobot_script.__init__.py here PROJECT_NAME = "OctoBot-Script" -VERSION = "0.0.16" # major.minor.revision +VERSION = "0.0.17" # major.minor.revision def _post_install():