@pybricks/ide-docs v1.4.0

This commit is contained in:
Laurens Valk
2021-06-23 19:56:31 +02:00
parent e1995f9d1b
commit cb84ca87c6
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
# 1.4.0 - 2021-06-23
## Added:
- Enabled beta content that was hidden for the 3.0 release.
- Added notice about using the latest beta version.
# 1.3.3 - 2021-05-21
## Changed:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/ide-docs",
"version": "1.3.3",
"version": "1.4.0",
"description": "Special build of Pybricks API docs for embedding in an IDE.",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.0.0-rc.1"
version = "3.1.0a1"
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>" ]