Skip to content

Commit

Permalink
changelog update, version bump, guide fix for release (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Apr 12, 2024
1 parent 7304297 commit acceb8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit acceb8c

Please sign in to comment.