diff --git a/doc/ide/CHANGELOG.md b/doc/ide/CHANGELOG.md index cc5d2f0..df85bf4 100644 --- a/doc/ide/CHANGELOG.md +++ b/doc/ide/CHANGELOG.md @@ -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: diff --git a/doc/ide/package.json b/doc/ide/package.json index 6822c3e..82f5348 100644 --- a/doc/ide/package.json +++ b/doc/ide/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index e64c0e4..8aefa5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Laurens Valk ", "David Lechner " ]