diff --git a/Cargo.toml b/Cargo.toml index a3d658d..71cb047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.11.0" +version = "0.11.1" description = "Build self-bootstrapped Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/README.md b/README.md index c0ce48a..201cebb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ PyApp is a wrapper for Python applications that bootstrap themselves at runtime. +PyApp example workflow + ## Features - Easily build standalone binaries for every platform diff --git a/docs/assets/images/example.gif b/docs/assets/images/example.gif new file mode 100644 index 0000000..28d01f1 Binary files /dev/null and b/docs/assets/images/example.gif differ diff --git a/docs/changelog.md b/docs/changelog.md index 23cdddd..a80e6f3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.11.1 - 2023-09-14 + ***Fixed:*** - Fix the Python path for the `pypy2.7` distribution diff --git a/docs/index.md b/docs/index.md index 92674c9..27efcf1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,8 @@ PyApp is a wrapper for Python applications that bootstrap themselves at runtime. +![PyApp example workflow](assets/images/example.gif){ loading=lazy role="img" } + ## Features - Easily build standalone binaries for every platform