Skip to content

Commit

Permalink
Merge pull request #283 from sourcebots/update-j5-zoloto
Browse files Browse the repository at this point in the history
Update j5 & j5-zoloto and bump version to 0.10.1
  • Loading branch information
trickeydan authored Aug 7, 2022
2 parents c2abee0 + 512094c commit fbbb9d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'SourceBots Docs'
copyright = '2019-22, SourceBots'
author = 'SourceBots'
release = '0.10.0'
release = '0.10.1'

# -- General configuration ---------------------------------------------------

Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sbot"
version = "0.10.0"
version = "0.10.1"
description = "SourceBots API"
authors = ["SourceBots <[email protected]>"]
readme = "README.md"
Expand All @@ -17,8 +17,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
j5 = "^0.13.1"
j5-zoloto = "^0.2.0"
j5 = {version = "^1.0.0.rc1", allow-prereleases = true}
j5-zoloto = "^0.3.0"

[tool.poetry.dev-dependencies]
flake8 = "*"
Expand Down
2 changes: 1 addition & 1 deletion sbot/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .env import HardwareEnvironment
from .timeout import kill_after_delay

__version__ = "0.10.0"
__version__ = "0.10.1"

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit fbbb9d6

Please sign in to comment.