From acceb8c07cf75f96f29873d6bb5dbfc376cc4ced Mon Sep 17 00:00:00 2001 From: Reto Trappitsch Date: Fri, 12 Apr 2024 16:43:40 +0200 Subject: [PATCH] changelog update, version bump, guide fix for release (#47) --- docs/changelog.md | 2 ++ docs/guide.md | 4 ---- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 67140ec..0fc94b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,5 @@ +## v0.2.0 + - Released binary is now named after the project name, not after the python package name - Improvements to packaging: If PyApp fails and no binary exists, are more useful error message is provided. - Add command `box installer` to create an installer for the packaged program. diff --git a/docs/guide.md b/docs/guide.md index 99ea296..ddddd1c 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -98,10 +98,6 @@ where `LOCAL_SOURCE` is the path to the local source as described above. ## Installer -!!! warning - Installer creation is currently in active development and is not yet available in the `pypi` release. - If you want to test what is available, please install from the GitHub main branch. - Your packaged project is simply a file. However, you might want to distribute an installer to your users. Installers can be created simply in box by typing: diff --git a/pyproject.toml b/pyproject.toml index f6306d4..c328263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "box-packager" -version = "0.1.0" +version = "0.2.0" description = "Automatic packaging and installers of your GUI with PyApp" readme = "README.md" authors = [