v3.2.0b1-r2

This commit is contained in:
David Lechner
2022-06-24 15:14:42 -05:00
parent a2d9c33eb5
commit 37cdd2a83b
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## Unreleased
## 3.2.0b1-r2 - 2022-06-24
### Changed
- Moved remaining type hints from `.pyi` files to the python stub modules, and
+2 -2
View File
@@ -177,7 +177,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pybricks"
version = "3.2.0b1-r1"
version = "3.2.0b1-r2"
description = "Documentation and user-API stubs for Pybricks MicroPython"
category = "main"
optional = false
@@ -255,7 +255,7 @@ python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = ">= 3.10, < 3.11"
content-hash = "e2b0bd41f109d9d7b6a4a7b73e61784fe3995be07470d76cbd86b9d42ec6205b"
content-hash = "9b91afcb8ccd46cc8be150f48170e45e86a6c65686d7e6e97ac3de67988c0ff5"
[metadata.files]
atomicwrites = [
+2 -1
View File
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">= 3.10, < 3.11"
pybricks = { path = "../", develop = true }
pybricks = "^3.2.0b1-r2"
jedi = "^0.18.1"
typing-extensions = "^4.2.0"
@@ -15,6 +15,7 @@ typing-extensions = "^4.2.0"
pytest = "^7.1.2"
black = "^22.3.0"
flake8 = "^4.0.1"
pybricks = { path = "../", develop = true }
[build-system]
requires = ["poetry-core>=1.0.0"]
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.2.0b1-r1"
version = "3.2.0b1-r2"
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>" ]