Skip to content

Commit acceb8c

Browse files
authoredApr 12, 2024··
changelog update, version bump, guide fix for release (#47)
1 parent 7304297 commit acceb8c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
 

‎docs/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.2.0
2+
13
- Released binary is now named after the project name, not after the python package name
24
- Improvements to packaging: If PyApp fails and no binary exists, are more useful error message is provided.
35
- Add command `box installer` to create an installer for the packaged program.

‎docs/guide.md

-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ where `LOCAL_SOURCE` is the path to the local source as described above.
9898

9999
## Installer
100100

101-
!!! warning
102-
Installer creation is currently in active development and is not yet available in the `pypi` release.
103-
If you want to test what is available, please install from the GitHub main branch.
104-
105101
Your packaged project is simply a file.
106102
However, you might want to distribute an installer to your users.
107103
Installers can be created simply in box by typing:

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "box-packager"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Automatic packaging and installers of your GUI with PyApp"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)
Please sign in to comment.