mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
v2.0.0.post2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
|
||||
|
||||
## 2.0.0.post2
|
||||
|
||||
### Added
|
||||
- Added this changelog.
|
||||
|
||||
### Fixed
|
||||
- Fixed code completion for `DCMotor` and `Motor` classes in MS Python VS Code extension.
|
||||
- Fixed missing `DCMotor` type in `ev3devices`.
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pybricks"
|
||||
version = "2.0.0.post1"
|
||||
version = "2.0.0.post2"
|
||||
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
||||
authors = ["The Pybricks Authors <dev@pybricks.com>"]
|
||||
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
||||
@@ -12,7 +12,7 @@ documentation = "https://pybricks.github.io/ev3-micropython/"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: Implementation :: MicroPython",
|
||||
]
|
||||
include = ["pybricks/py.typed"]
|
||||
include = ["CHANGELOG.md", "pybricks/py.typed"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
||||
Reference in New Issue
Block a user