Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #338 from j5api/v0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
trickeydan authored Jul 15, 2019
2 parents 5c9f7d0 + fef51e2 commit fea59b4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 28 deletions.
4 changes: 2 additions & 2 deletions j5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

__all__ = ["BoardGroup", "BaseRobot", "__version__", "__version_short__"]

__version__ = "0.4.0"
__version_short__ = "0.4.0"
__version__ = "0.5.0"
__version_short__ = "0.5.0"
63 changes: 38 additions & 25 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "j5"
version = "0.4.0"
version = "0.5.0"
description = "J5 Robotics API"
authors = ["j5 contributors <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -38,6 +38,10 @@ sphinx-rtd-theme = "^0.4.3"
rope = "^0.14.0"
isort = {version = "^4.3",extras = ["pyproject"]}

# See https://gitlab.com/pycqa/flake8-docstrings/issues/36
pydocstyle = "~3"


[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit fea59b4

Please sign in to comment.