Skip to content

Commit 5d251a8

Browse files
committed
[Version] v0.0.16
1 parent b1b5fa8 commit 5d251a8

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

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.0.16] - 2023-01-14
8+
### Updated
9+
- OctoBot to 1.0.6
10+
711
## [0.0.15] - 2023-12-15
812
### Updated
913
- OctoBot to 1.0.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot-Script [0.0.15](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
1+
# OctoBot-Script [0.0.16](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/)
33
[![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script)
@@ -14,7 +14,7 @@
1414

1515
> OctoBot Script is in alpha version
1616
17-
Documentation available at [octobot.cloud/guides/octobot-script](https://www.octobot.cloud/guides/octobot-script?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_script_readme)
17+
Documentation available at [octobot.cloud/en/guides/octobot-script](https://www.octobot.cloud/en/guides/octobot-script?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_script_readme)
1818

1919

2020
## Install OctoBot Script from pip

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.0.14" # major.minor.revision => don't forget to also update the setup.py version
19+
VERSION = "0.0.16" # 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==1.0.4
2+
OctoBot==1.0.6
33

44
# manage tentacles install path
55
appdirs==1.4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# from octobot_script import PROJECT_NAME, VERSION
99
# todo figure out how not to import octobot_script.__init__.py here
1010
PROJECT_NAME = "OctoBot-Script"
11-
VERSION = "0.0.15" # major.minor.revision
11+
VERSION = "0.0.16" # major.minor.revision
1212

1313

1414
def _post_install():

0 commit comments

Comments
 (0)