Skip to content

Commit

Permalink
[Version] v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 11, 2024
1 parent 0033ff9 commit 0f850aa
Show file tree
Hide file tree
Showing 5 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).

## [0.0.20] - 2024-10-11
### Updated
- OctoBot to 2.0.6

## [0.0.19] - 2024-10-01
### Updated
- OctoBot to 2.0.5
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-Script [0.0.19](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
# OctoBot-Script [0.0.20](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)
Expand Down
2 changes: 1 addition & 1 deletion octobot_script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

PROJECT_NAME = "OctoBot-Script"
AUTHOR = "Drakkar-Software"
VERSION = "0.0.19" # major.minor.revision => don't forget to also update the setup.py version
VERSION = "0.0.20" # major.minor.revision => don't forget to also update the setup.py version


def _use_module_local_tentacles():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Drakkar-Software requirements
OctoBot==2.0.5
OctoBot==2.0.6

# manage tentacles install path
appdirs==1.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.19" # major.minor.revision
VERSION = "0.0.20" # major.minor.revision


def _post_install():
Expand Down

0 comments on commit 0f850aa

Please sign in to comment.